Shades of Lime Green #38CF3E
Tints of Lime Green #38CF3E
RGB
CMYK
RGB Variations
Color information
#38CF3E (or 0x38CF3E) is known color: Lime Green. HEX triplet: 38, CF and 3E. RGB value is (56,207,62). Sum of RGB (Red+Green+Blue) = 56+207+62=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 207 (81.25% from 255 or 63.69% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CF3E is #C730C1. Grayscale: #919191. Windows color (decimal): -13054146 or 4116280. OLE color: 4116280.
HSL color Cylindrical-coordinate representation of color #38CF3E: hue angle of 122.38º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CF3E is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 207 | 62 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.19 |
| HSL | 122.38º | 0.61% | 0.52% | - |
| HSV(B) | 122.38º | 0.73% | 0.81% | - |
| XYZ | 24.81 | 45.81 | 12.09 | - |
| YUV | 145.32 | 80.97 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 62 | 0.73 | 0 | 0.70 | 0.19 | 122.38 | 0.61 | 0.52 |
| Hex | 38 | CF | 3E | 49 | 0 | 46 | 13 | 7A | 3D | 34 |
| Octal | 70 | 317 | 76 | 111 | 0 | 106 | 23 | 172 | 75 | 64 |
| Binary | 111000 | 11001111 | 111110 | 1001001 | 0 | 1000110 | 10011 | 1111010 | 111101 | 110100 |
Color Harmonies of #38CF3E
Complementary color
Monochromatic Colors of #38CF3E
Black with #38CF3E
Text Example
Text Example
White with #38CF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CF3E; }
p { color: rgb(56,207,62); }
H1.HeaderClassName
{
color: #38CF3E;
}
.AnyTagClassName
{
color: #38CF3E;
}
</style>
background-color css
<style>
a { background-color: #38CF3E; }
a { background-color: rgb(56,207,62); }
div.DivClassName
{
background-color: #38CF3E;
}
.BgClassName
{
background-color: #38CF3E;
}
</style>
border-color css
<style>
span { border-color: #38CF3E; }
span { border-color: rgb(56,207,62); }
td.TdClassName
{
border-color: #38CF3E;
}
.TagClassName
{
border-color: #38CF3E;
}
</style>