Shades of Lime Green #35CE32
Tints of Lime Green #35CE32
RGB
CMYK
RGB Variations
Color information
#35CE32 (or 0x35CE32) is known color: Lime Green. HEX triplet: 35, CE and 32. RGB value is (53,206,50). Sum of RGB (Red+Green+Blue) = 53+206+50=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 206 (80.86% from 255 or 66.67% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 206 - color contains mainly: green. Hex color #35CE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CE32 is #CA31CD. Grayscale: #8E8E8E. Windows color (decimal): -13251022 or 3329589. OLE color: 3329589.
HSL color Cylindrical-coordinate representation of color #35CE32: hue angle of 118.85º degrees, saturation: 0.61, 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 #35CE32 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 206 | 50 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.19 |
| HSL | 118.85º | 0.61% | 0.5% | - |
| HSV(B) | 118.85º | 0.76% | 0.81% | - |
| XYZ | 24.12 | 45.13 | 10.46 | - |
| YUV | 142.47 | 75.81 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 206 | 50 | 0.74 | 0 | 0.76 | 0.19 | 118.85 | 0.61 | 0.5 |
| Hex | 35 | CE | 32 | 4A | 0 | 4C | 13 | 77 | 3D | 32 |
| Octal | 65 | 316 | 62 | 112 | 0 | 114 | 23 | 167 | 75 | 62 |
| Binary | 110101 | 11001110 | 110010 | 1001010 | 0 | 1001100 | 10011 | 1110111 | 111101 | 110010 |
Color Harmonies of #35CE32
Complementary color
Monochromatic Colors of #35CE32
Black with #35CE32
Text Example
Text Example
White with #35CE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CE32; }
p { color: rgb(53,206,50); }
H1.HeaderClassName
{
color: #35CE32;
}
.AnyTagClassName
{
color: #35CE32;
}
</style>
background-color css
<style>
a { background-color: #35CE32; }
a { background-color: rgb(53,206,50); }
div.DivClassName
{
background-color: #35CE32;
}
.BgClassName
{
background-color: #35CE32;
}
</style>
border-color css
<style>
span { border-color: #35CE32; }
span { border-color: rgb(53,206,50); }
td.TdClassName
{
border-color: #35CE32;
}
.TagClassName
{
border-color: #35CE32;
}
</style>