Shades of Lime Green #40C234
Tints of Lime Green #40C234
RGB
CMYK
RGB Variations
Color information
#40C234 (or 0x40C234) is known color: Lime Green. HEX triplet: 40, C2 and 34. RGB value is (64,194,52). Sum of RGB (Red+Green+Blue) = 64+194+52=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #40C234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C234 is #BF3DCB. Grayscale: #8B8B8B. Windows color (decimal): -12533196 or 3457600. OLE color: 3457600.
HSL color Cylindrical-coordinate representation of color #40C234: hue angle of 114.93º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C234 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 52 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.24 |
| HSL | 114.93º | 0.58% | 0.48% | - |
| HSV(B) | 114.93º | 0.73% | 0.76% | - |
| XYZ | 22.03 | 39.92 | 9.79 | - |
| YUV | 138.94 | 78.93 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 52 | 0.67 | 0 | 0.73 | 0.24 | 114.93 | 0.58 | 0.48 |
| Hex | 40 | C2 | 34 | 43 | 0 | 49 | 18 | 73 | 3A | 30 |
| Octal | 100 | 302 | 64 | 103 | 0 | 111 | 30 | 163 | 72 | 60 |
| Binary | 1000000 | 11000010 | 110100 | 1000011 | 0 | 1001001 | 11000 | 1110011 | 111010 | 110000 |
Color Harmonies of #40C234
Complementary color
Monochromatic Colors of #40C234
Black with #40C234
Text Example
Text Example
White with #40C234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C234; }
p { color: rgb(64,194,52); }
H1.HeaderClassName
{
color: #40C234;
}
.AnyTagClassName
{
color: #40C234;
}
</style>
background-color css
<style>
a { background-color: #40C234; }
a { background-color: rgb(64,194,52); }
div.DivClassName
{
background-color: #40C234;
}
.BgClassName
{
background-color: #40C234;
}
</style>
border-color css
<style>
span { border-color: #40C234; }
span { border-color: rgb(64,194,52); }
td.TdClassName
{
border-color: #40C234;
}
.TagClassName
{
border-color: #40C234;
}
</style>