Shades of Lime Green #34CB39
Tints of Lime Green #34CB39
RGB
CMYK
RGB Variations
Color information
#34CB39 (or 0x34CB39) is known color: Lime Green. HEX triplet: 34, CB and 39. RGB value is (52,203,57). Sum of RGB (Red+Green+Blue) = 52+203+57=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 203 (79.69% from 255 or 65.06% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CB39 is #CB34C6. Grayscale: #8D8D8D. Windows color (decimal): -13317319 or 3787572. OLE color: 3787572.
HSL color Cylindrical-coordinate representation of color #34CB39: hue angle of 121.99º 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 #34CB39 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 57 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.20 |
| HSL | 121.99º | 0.59% | 0.5% | - |
| HSV(B) | 121.99º | 0.74% | 0.8% | - |
| XYZ | 23.51 | 43.74 | 11.07 | - |
| YUV | 141.21 | 80.47 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 57 | 0.74 | 0 | 0.72 | 0.20 | 121.99 | 0.59 | 0.5 |
| Hex | 34 | CB | 39 | 4A | 0 | 48 | 14 | 7A | 3B | 32 |
| Octal | 64 | 313 | 71 | 112 | 0 | 110 | 24 | 172 | 73 | 62 |
| Binary | 110100 | 11001011 | 111001 | 1001010 | 0 | 1001000 | 10100 | 1111010 | 111011 | 110010 |
Color Harmonies of #34CB39
Complementary color
Monochromatic Colors of #34CB39
Black with #34CB39
Text Example
Text Example
White with #34CB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CB39; }
p { color: rgb(52,203,57); }
H1.HeaderClassName
{
color: #34CB39;
}
.AnyTagClassName
{
color: #34CB39;
}
</style>
background-color css
<style>
a { background-color: #34CB39; }
a { background-color: rgb(52,203,57); }
div.DivClassName
{
background-color: #34CB39;
}
.BgClassName
{
background-color: #34CB39;
}
</style>
border-color css
<style>
span { border-color: #34CB39; }
span { border-color: rgb(52,203,57); }
td.TdClassName
{
border-color: #34CB39;
}
.TagClassName
{
border-color: #34CB39;
}
</style>