Shades of Lime Green #38CF32
Tints of Lime Green #38CF32
RGB
CMYK
RGB Variations
Color information
#38CF32 (or 0x38CF32) is known color: Lime Green. HEX triplet: 38, CF and 32. RGB value is (56,207,50). Sum of RGB (Red+Green+Blue) = 56+207+50=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 207 (81.25% from 255 or 66.13% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CF32 is #C730CD. Grayscale: #909090. Windows color (decimal): -13054158 or 3329848. OLE color: 3329848.
HSL color Cylindrical-coordinate representation of color #38CF32: hue angle of 117.71º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38CF32 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 207 | 50 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.19 |
| HSL | 117.71º | 0.62% | 0.5% | - |
| HSV(B) | 117.71º | 0.76% | 0.81% | - |
| XYZ | 24.52 | 45.7 | 10.55 | - |
| YUV | 143.95 | 74.97 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 207 | 50 | 0.73 | 0 | 0.76 | 0.19 | 117.71 | 0.62 | 0.5 |
| Hex | 38 | CF | 32 | 49 | 0 | 4C | 13 | 76 | 3E | 32 |
| Octal | 70 | 317 | 62 | 111 | 0 | 114 | 23 | 166 | 76 | 62 |
| Binary | 111000 | 11001111 | 110010 | 1001001 | 0 | 1001100 | 10011 | 1110110 | 111110 | 110010 |
Color Harmonies of #38CF32
Complementary color
Monochromatic Colors of #38CF32
Black with #38CF32
Text Example
Text Example
White with #38CF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38CF32; }
p { color: rgb(56,207,50); }
H1.HeaderClassName
{
color: #38CF32;
}
.AnyTagClassName
{
color: #38CF32;
}
</style>
background-color css
<style>
a { background-color: #38CF32; }
a { background-color: rgb(56,207,50); }
div.DivClassName
{
background-color: #38CF32;
}
.BgClassName
{
background-color: #38CF32;
}
</style>
border-color css
<style>
span { border-color: #38CF32; }
span { border-color: rgb(56,207,50); }
td.TdClassName
{
border-color: #38CF32;
}
.TagClassName
{
border-color: #38CF32;
}
</style>