Shades of Lime Green #35CC40
Tints of Lime Green #35CC40
RGB
CMYK
RGB Variations
Color information
#35CC40 (or 0x35CC40) is known color: Lime Green. HEX triplet: 35, CC and 40. RGB value is (53,204,64). Sum of RGB (Red+Green+Blue) = 53+204+64=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #35CC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35CC40 is #CA33BF. Grayscale: #8F8F8F. Windows color (decimal): -13251520 or 4246581. OLE color: 4246581.
HSL color Cylindrical-coordinate representation of color #35CC40: hue angle of 124.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CC40 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 53 | 204 | 64 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.2 |
| HSL | 124.37º | 0.6% | 0.5% | - |
| HSV(B) | 124.37º | 0.74% | 0.8% | - |
| XYZ | 23.99 | 44.31 | 12.14 | - |
| YUV | 142.89 | 83.47 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 204 | 64 | 0.74 | 0 | 0.69 | 0.2 | 124.37 | 0.6 | 0.5 |
| Hex | 35 | CC | 40 | 4A | 0 | 45 | 14 | 7C | 3C | 32 |
| Octal | 65 | 314 | 100 | 112 | 0 | 105 | 24 | 174 | 74 | 62 |
| Binary | 110101 | 11001100 | 1000000 | 1001010 | 0 | 1000101 | 10100 | 1111100 | 111100 | 110010 |
Color Harmonies of #35CC40
Complementary color
Monochromatic Colors of #35CC40
Black with #35CC40
Text Example
Text Example
White with #35CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CC40; }
p { color: rgb(53,204,64); }
H1.HeaderClassName
{
color: #35CC40;
}
.AnyTagClassName
{
color: #35CC40;
}
</style>
background-color css
<style>
a { background-color: #35CC40; }
a { background-color: rgb(53,204,64); }
div.DivClassName
{
background-color: #35CC40;
}
.BgClassName
{
background-color: #35CC40;
}
</style>
border-color css
<style>
span { border-color: #35CC40; }
span { border-color: rgb(53,204,64); }
td.TdClassName
{
border-color: #35CC40;
}
.TagClassName
{
border-color: #35CC40;
}
</style>