Shades of Lime Green #38DF2C
Tints of Lime Green #38DF2C
RGB
CMYK
RGB Variations
Color information
#38DF2C (or 0x38DF2C) is known color: Lime Green. HEX triplet: 38, DF and 2C. RGB value is (56,223,44). Sum of RGB (Red+Green+Blue) = 56+223+44=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 223 (87.5% from 255 or 69.04% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DF2C is #C720D3. Grayscale: #999999. Windows color (decimal): -13050068 or 2940728. OLE color: 2940728.
HSL color Cylindrical-coordinate representation of color #38DF2C: hue angle of 115.98º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38DF2C is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 56 | 223 | 44 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.13 |
| HSL | 115.98º | 0.74% | 0.52% | - |
| HSV(B) | 115.98º | 0.8% | 0.87% | - |
| XYZ | 28.47 | 53.8 | 11.27 | - |
| YUV | 152.66 | 66.67 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 223 | 44 | 0.75 | 0 | 0.80 | 0.13 | 115.98 | 0.74 | 0.52 |
| Hex | 38 | DF | 2C | 4B | 0 | 50 | D | 74 | 4A | 34 |
| Octal | 70 | 337 | 54 | 113 | 0 | 120 | 15 | 164 | 112 | 64 |
| Binary | 111000 | 11011111 | 101100 | 1001011 | 0 | 1010000 | 1101 | 1110100 | 1001010 | 110100 |
Color Harmonies of #38DF2C
Complementary color
Monochromatic Colors of #38DF2C
Black with #38DF2C
Text Example
Text Example
White with #38DF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DF2C; }
p { color: rgb(56,223,44); }
H1.HeaderClassName
{
color: #38DF2C;
}
.AnyTagClassName
{
color: #38DF2C;
}
</style>
background-color css
<style>
a { background-color: #38DF2C; }
a { background-color: rgb(56,223,44); }
div.DivClassName
{
background-color: #38DF2C;
}
.BgClassName
{
background-color: #38DF2C;
}
</style>
border-color css
<style>
span { border-color: #38DF2C; }
span { border-color: rgb(56,223,44); }
td.TdClassName
{
border-color: #38DF2C;
}
.TagClassName
{
border-color: #38DF2C;
}
</style>