Shades of Lime Green #34CB28
Tints of Lime Green #34CB28
RGB
CMYK
RGB Variations
Color information
#34CB28 (or 0x34CB28) is known color: Lime Green. HEX triplet: 34, CB and 28. RGB value is (52,203,40). Sum of RGB (Red+Green+Blue) = 52+203+40=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 203 (79.69% from 255 or 68.81% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CB28 is #CB34D7. Grayscale: #8B8B8B. Windows color (decimal): -13317336 or 2673460. OLE color: 2673460.
HSL color Cylindrical-coordinate representation of color #34CB28: hue angle of 115.58º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34CB28 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 40 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.20 |
| HSL | 115.58º | 0.67% | 0.48% | - |
| HSV(B) | 115.58º | 0.8% | 0.8% | - |
| XYZ | 23.16 | 43.6 | 9.2 | - |
| YUV | 139.27 | 71.97 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 40 | 0.74 | 0 | 0.80 | 0.20 | 115.58 | 0.67 | 0.48 |
| Hex | 34 | CB | 28 | 4A | 0 | 50 | 14 | 74 | 43 | 30 |
| Octal | 64 | 313 | 50 | 112 | 0 | 120 | 24 | 164 | 103 | 60 |
| Binary | 110100 | 11001011 | 101000 | 1001010 | 0 | 1010000 | 10100 | 1110100 | 1000011 | 110000 |
Color Harmonies of #34CB28
Complementary color
Monochromatic Colors of #34CB28
Black with #34CB28
Text Example
Text Example
White with #34CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CB28; }
p { color: rgb(52,203,40); }
H1.HeaderClassName
{
color: #34CB28;
}
.AnyTagClassName
{
color: #34CB28;
}
</style>
background-color css
<style>
a { background-color: #34CB28; }
a { background-color: rgb(52,203,40); }
div.DivClassName
{
background-color: #34CB28;
}
.BgClassName
{
background-color: #34CB28;
}
</style>
border-color css
<style>
span { border-color: #34CB28; }
span { border-color: rgb(52,203,40); }
td.TdClassName
{
border-color: #34CB28;
}
.TagClassName
{
border-color: #34CB28;
}
</style>