Shades of Lime Green #38DF23
Tints of Lime Green #38DF23
RGB
CMYK
RGB Variations
Color information
#38DF23 (or 0x38DF23) is known color: Lime Green. HEX triplet: 38, DF and 23. RGB value is (56,223,35). Sum of RGB (Red+Green+Blue) = 56+223+35=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 223 (87.5% from 255 or 71.02% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DF23 is #C720DC. Grayscale: #989898. Windows color (decimal): -13050077 or 2350904. OLE color: 2350904.
HSL color Cylindrical-coordinate representation of color #38DF23: hue angle of 113.3º 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 #38DF23 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 223 | 35 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.13 |
| HSL | 113.3º | 0.75% | 0.51% | - |
| HSV(B) | 113.3º | 0.84% | 0.87% | - |
| XYZ | 28.32 | 53.74 | 10.47 | - |
| YUV | 151.64 | 62.17 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 35 | 0.75 | 0 | 0.84 | 0.13 | 113.3 | 0.75 | 0.51 |
| Hex | 38 | DF | 23 | 4B | 0 | 54 | D | 71 | 4B | 33 |
| Octal | 70 | 337 | 43 | 113 | 0 | 124 | 15 | 161 | 113 | 63 |
| Binary | 111000 | 11011111 | 100011 | 1001011 | 0 | 1010100 | 1101 | 1110001 | 1001011 | 110011 |
Color Harmonies of #38DF23
Complementary color
Monochromatic Colors of #38DF23
Black with #38DF23
Text Example
Text Example
White with #38DF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DF23; }
p { color: rgb(56,223,35); }
H1.HeaderClassName
{
color: #38DF23;
}
.AnyTagClassName
{
color: #38DF23;
}
</style>
background-color css
<style>
a { background-color: #38DF23; }
a { background-color: rgb(56,223,35); }
div.DivClassName
{
background-color: #38DF23;
}
.BgClassName
{
background-color: #38DF23;
}
</style>
border-color css
<style>
span { border-color: #38DF23; }
span { border-color: rgb(56,223,35); }
td.TdClassName
{
border-color: #38DF23;
}
.TagClassName
{
border-color: #38DF23;
}
</style>