Shades of Lime Green #38D24B
Tints of Lime Green #38D24B
RGB
CMYK
RGB Variations
Color information
#38D24B (or 0x38D24B) is known color: Lime Green. HEX triplet: 38, D2 and 4B. RGB value is (56,210,75). Sum of RGB (Red+Green+Blue) = 56+210+75=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 210 (82.42% from 255 or 61.58% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 210 - color contains mainly: green. Hex color #38D24B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D24B is #C72DB4. Grayscale: #949494. Windows color (decimal): -13053365 or 4969016. OLE color: 4969016.
HSL color Cylindrical-coordinate representation of color #38D24B: hue angle of 127.4º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D24B is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 210 | 75 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.18 |
| HSL | 127.4º | 0.63% | 0.52% | - |
| HSV(B) | 127.4º | 0.73% | 0.82% | - |
| XYZ | 25.95 | 47.44 | 14.45 | - |
| YUV | 148.56 | 86.48 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 210 | 75 | 0.73 | 0 | 0.64 | 0.18 | 127.4 | 0.63 | 0.52 |
| Hex | 38 | D2 | 4B | 49 | 0 | 40 | 12 | 7F | 3F | 34 |
| Octal | 70 | 322 | 113 | 111 | 0 | 100 | 22 | 177 | 77 | 64 |
| Binary | 111000 | 11010010 | 1001011 | 1001001 | 0 | 1000000 | 10010 | 1111111 | 111111 | 110100 |
Color Harmonies of #38D24B
Complementary color
Monochromatic Colors of #38D24B
Black with #38D24B
Text Example
Text Example
White with #38D24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D24B; }
p { color: rgb(56,210,75); }
H1.HeaderClassName
{
color: #38D24B;
}
.AnyTagClassName
{
color: #38D24B;
}
</style>
background-color css
<style>
a { background-color: #38D24B; }
a { background-color: rgb(56,210,75); }
div.DivClassName
{
background-color: #38D24B;
}
.BgClassName
{
background-color: #38D24B;
}
</style>
border-color css
<style>
span { border-color: #38D24B; }
span { border-color: rgb(56,210,75); }
td.TdClassName
{
border-color: #38D24B;
}
.TagClassName
{
border-color: #38D24B;
}
</style>