Shades of Lime Green #40CC35
Tints of Lime Green #40CC35
RGB
CMYK
RGB Variations
Color information
#40CC35 (or 0x40CC35) is known color: Lime Green. HEX triplet: 40, CC and 35. RGB value is (64,204,53). Sum of RGB (Red+Green+Blue) = 64+204+53=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CC35 is #BF33CA. Grayscale: #919191. Windows color (decimal): -12530635 or 3525696. OLE color: 3525696.
HSL color Cylindrical-coordinate representation of color #40CC35: hue angle of 115.63º 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 #40CC35 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 53 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.2 |
| HSL | 115.63º | 0.6% | 0.5% | - |
| HSV(B) | 115.63º | 0.74% | 0.8% | - |
| XYZ | 24.35 | 44.53 | 10.68 | - |
| YUV | 144.93 | 76.12 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 53 | 0.69 | 0 | 0.74 | 0.2 | 115.63 | 0.6 | 0.5 |
| Hex | 40 | CC | 35 | 45 | 0 | 4A | 14 | 74 | 3C | 32 |
| Octal | 100 | 314 | 65 | 105 | 0 | 112 | 24 | 164 | 74 | 62 |
| Binary | 1000000 | 11001100 | 110101 | 1000101 | 0 | 1001010 | 10100 | 1110100 | 111100 | 110010 |
Color Harmonies of #40CC35
Complementary color
Monochromatic Colors of #40CC35
Black with #40CC35
Text Example
Text Example
White with #40CC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CC35; }
p { color: rgb(64,204,53); }
H1.HeaderClassName
{
color: #40CC35;
}
.AnyTagClassName
{
color: #40CC35;
}
</style>
background-color css
<style>
a { background-color: #40CC35; }
a { background-color: rgb(64,204,53); }
div.DivClassName
{
background-color: #40CC35;
}
.BgClassName
{
background-color: #40CC35;
}
</style>
border-color css
<style>
span { border-color: #40CC35; }
span { border-color: rgb(64,204,53); }
td.TdClassName
{
border-color: #40CC35;
}
.TagClassName
{
border-color: #40CC35;
}
</style>