Shades of Lime Green #38D01E
Tints of Lime Green #38D01E
RGB
CMYK
RGB Variations
Color information
#38D01E (or 0x38D01E) is known color: Lime Green. HEX triplet: 38, D0 and 1E. RGB value is (56,208,30). Sum of RGB (Red+Green+Blue) = 56+208+30=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 208 (81.64% from 255 or 70.75% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 208 - color contains mainly: green. Hex color #38D01E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D01E is #C72FE1. Grayscale: #8E8E8E. Windows color (decimal): -13053922 or 2019384. OLE color: 2019384.
HSL color Cylindrical-coordinate representation of color #38D01E: hue angle of 111.24º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38D01E is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 208 | 30 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.18 |
| HSL | 111.24º | 0.75% | 0.47% | - |
| HSV(B) | 111.24º | 0.86% | 0.82% | - |
| XYZ | 24.42 | 46.05 | 8.83 | - |
| YUV | 142.26 | 64.64 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 208 | 30 | 0.73 | 0 | 0.86 | 0.18 | 111.24 | 0.75 | 0.47 |
| Hex | 38 | D0 | 1E | 49 | 0 | 56 | 12 | 6F | 4B | 2F |
| Octal | 70 | 320 | 36 | 111 | 0 | 126 | 22 | 157 | 113 | 57 |
| Binary | 111000 | 11010000 | 11110 | 1001001 | 0 | 1010110 | 10010 | 1101111 | 1001011 | 101111 |
Color Harmonies of #38D01E
Complementary color
Monochromatic Colors of #38D01E
Black with #38D01E
Text Example
Text Example
White with #38D01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D01E; }
p { color: rgb(56,208,30); }
H1.HeaderClassName
{
color: #38D01E;
}
.AnyTagClassName
{
color: #38D01E;
}
</style>
background-color css
<style>
a { background-color: #38D01E; }
a { background-color: rgb(56,208,30); }
div.DivClassName
{
background-color: #38D01E;
}
.BgClassName
{
background-color: #38D01E;
}
</style>
border-color css
<style>
span { border-color: #38D01E; }
span { border-color: rgb(56,208,30); }
td.TdClassName
{
border-color: #38D01E;
}
.TagClassName
{
border-color: #38D01E;
}
</style>