Shades of Lime Green #34CA24
Tints of Lime Green #34CA24
RGB
CMYK
RGB Variations
Color information
#34CA24 (or 0x34CA24) is known color: Lime Green. HEX triplet: 34, CA and 24. RGB value is (52,202,36). Sum of RGB (Red+Green+Blue) = 52+202+36=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 202 (79.30% from 255 or 69.66% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 202 - color contains mainly: green. Hex color #34CA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CA24 is #CB35DB. Grayscale: #8A8A8A. Windows color (decimal): -13317596 or 2411060. OLE color: 2411060.
HSL color Cylindrical-coordinate representation of color #34CA24: hue angle of 114.22º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34CA24 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 202 | 36 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.21 |
| HSL | 114.22º | 0.7% | 0.47% | - |
| HSV(B) | 114.22º | 0.82% | 0.79% | - |
| XYZ | 22.86 | 43.1 | 8.78 | - |
| YUV | 138.23 | 70.31 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 202 | 36 | 0.74 | 0 | 0.82 | 0.21 | 114.22 | 0.7 | 0.47 |
| Hex | 34 | CA | 24 | 4A | 0 | 52 | 15 | 72 | 46 | 2F |
| Octal | 64 | 312 | 44 | 112 | 0 | 122 | 25 | 162 | 106 | 57 |
| Binary | 110100 | 11001010 | 100100 | 1001010 | 0 | 1010010 | 10101 | 1110010 | 1000110 | 101111 |
Color Harmonies of #34CA24
Complementary color
Monochromatic Colors of #34CA24
Black with #34CA24
Text Example
Text Example
White with #34CA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CA24; }
p { color: rgb(52,202,36); }
H1.HeaderClassName
{
color: #34CA24;
}
.AnyTagClassName
{
color: #34CA24;
}
</style>
background-color css
<style>
a { background-color: #34CA24; }
a { background-color: rgb(52,202,36); }
div.DivClassName
{
background-color: #34CA24;
}
.BgClassName
{
background-color: #34CA24;
}
</style>
border-color css
<style>
span { border-color: #34CA24; }
span { border-color: rgb(52,202,36); }
td.TdClassName
{
border-color: #34CA24;
}
.TagClassName
{
border-color: #34CA24;
}
</style>