Shades of Lime Green #34CB43
Tints of Lime Green #34CB43
RGB
CMYK
RGB Variations
Color information
#34CB43 (or 0x34CB43) is known color: Lime Green. HEX triplet: 34, CB and 43. RGB value is (52,203,67). Sum of RGB (Red+Green+Blue) = 52+203+67=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 203 (79.69% from 255 or 63.04% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CB43 is #CB34BC. Grayscale: #8E8E8E. Windows color (decimal): -13317309 or 4442932. OLE color: 4442932.
HSL color Cylindrical-coordinate representation of color #34CB43: hue angle of 125.96º 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 #34CB43 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 203 | 67 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.20 |
| HSL | 125.96º | 0.59% | 0.5% | - |
| HSV(B) | 125.96º | 0.74% | 0.8% | - |
| XYZ | 23.79 | 43.85 | 12.52 | - |
| YUV | 142.35 | 85.47 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 203 | 67 | 0.74 | 0 | 0.67 | 0.20 | 125.96 | 0.59 | 0.5 |
| Hex | 34 | CB | 43 | 4A | 0 | 43 | 14 | 7E | 3B | 32 |
| Octal | 64 | 313 | 103 | 112 | 0 | 103 | 24 | 176 | 73 | 62 |
| Binary | 110100 | 11001011 | 1000011 | 1001010 | 0 | 1000011 | 10100 | 1111110 | 111011 | 110010 |
Color Harmonies of #34CB43
Complementary color
Monochromatic Colors of #34CB43
Black with #34CB43
Text Example
Text Example
White with #34CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CB43; }
p { color: rgb(52,203,67); }
H1.HeaderClassName
{
color: #34CB43;
}
.AnyTagClassName
{
color: #34CB43;
}
</style>
background-color css
<style>
a { background-color: #34CB43; }
a { background-color: rgb(52,203,67); }
div.DivClassName
{
background-color: #34CB43;
}
.BgClassName
{
background-color: #34CB43;
}
</style>
border-color css
<style>
span { border-color: #34CB43; }
span { border-color: rgb(52,203,67); }
td.TdClassName
{
border-color: #34CB43;
}
.TagClassName
{
border-color: #34CB43;
}
</style>