Shades of Lime Green #34CB44
Tints of Lime Green #34CB44
RGB
CMYK
RGB Variations
Color information
#34CB44 (or 0x34CB44) is known color: Lime Green. HEX triplet: 34, CB and 44. RGB value is (52,203,68). Sum of RGB (Red+Green+Blue) = 52+203+68=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 203 (79.69% from 255 or 62.85% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CB44 is #CB34BB. Grayscale: #8E8E8E. Windows color (decimal): -13317308 or 4508468. OLE color: 4508468.
HSL color Cylindrical-coordinate representation of color #34CB44: hue angle of 126.36º degrees, saturation: 0.59, 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 #34CB44 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 68 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.20 |
| HSL | 126.36º | 0.59% | 0.5% | - |
| HSV(B) | 126.36º | 0.74% | 0.8% | - |
| XYZ | 23.82 | 43.86 | 12.68 | - |
| YUV | 142.46 | 85.97 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 68 | 0.74 | 0 | 0.67 | 0.20 | 126.36 | 0.59 | 0.5 |
| Hex | 34 | CB | 44 | 4A | 0 | 43 | 14 | 7E | 3B | 32 |
| Octal | 64 | 313 | 104 | 112 | 0 | 103 | 24 | 176 | 73 | 62 |
| Binary | 110100 | 11001011 | 1000100 | 1001010 | 0 | 1000011 | 10100 | 1111110 | 111011 | 110010 |
Color Harmonies of #34CB44
Complementary color
Monochromatic Colors of #34CB44
Black with #34CB44
Text Example
Text Example
White with #34CB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CB44; }
p { color: rgb(52,203,68); }
H1.HeaderClassName
{
color: #34CB44;
}
.AnyTagClassName
{
color: #34CB44;
}
</style>
background-color css
<style>
a { background-color: #34CB44; }
a { background-color: rgb(52,203,68); }
div.DivClassName
{
background-color: #34CB44;
}
.BgClassName
{
background-color: #34CB44;
}
</style>
border-color css
<style>
span { border-color: #34CB44; }
span { border-color: rgb(52,203,68); }
td.TdClassName
{
border-color: #34CB44;
}
.TagClassName
{
border-color: #34CB44;
}
</style>