Shades of Lime Green #38DF24
Tints of Lime Green #38DF24
RGB
CMYK
RGB Variations
Color information
#38DF24 (or 0x38DF24) is known color: Lime Green. HEX triplet: 38, DF and 24. RGB value is (56,223,36). Sum of RGB (Red+Green+Blue) = 56+223+36=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 223 (87.5% from 255 or 70.79% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DF24 is #C720DB. Grayscale: #989898. Windows color (decimal): -13050076 or 2416440. OLE color: 2416440.
HSL color Cylindrical-coordinate representation of color #38DF24: hue angle of 113.58º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38DF24 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 223 | 36 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.13 |
| HSL | 113.58º | 0.75% | 0.51% | - |
| HSV(B) | 113.58º | 0.84% | 0.87% | - |
| XYZ | 28.34 | 53.74 | 10.55 | - |
| YUV | 151.75 | 62.67 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 36 | 0.75 | 0 | 0.84 | 0.13 | 113.58 | 0.75 | 0.51 |
| Hex | 38 | DF | 24 | 4B | 0 | 54 | D | 72 | 4B | 33 |
| Octal | 70 | 337 | 44 | 113 | 0 | 124 | 15 | 162 | 113 | 63 |
| Binary | 111000 | 11011111 | 100100 | 1001011 | 0 | 1010100 | 1101 | 1110010 | 1001011 | 110011 |
Color Harmonies of #38DF24
Complementary color
Monochromatic Colors of #38DF24
Black with #38DF24
Text Example
Text Example
White with #38DF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DF24; }
p { color: rgb(56,223,36); }
H1.HeaderClassName
{
color: #38DF24;
}
.AnyTagClassName
{
color: #38DF24;
}
</style>
background-color css
<style>
a { background-color: #38DF24; }
a { background-color: rgb(56,223,36); }
div.DivClassName
{
background-color: #38DF24;
}
.BgClassName
{
background-color: #38DF24;
}
</style>
border-color css
<style>
span { border-color: #38DF24; }
span { border-color: rgb(56,223,36); }
td.TdClassName
{
border-color: #38DF24;
}
.TagClassName
{
border-color: #38DF24;
}
</style>