Shades of Lime Green #34CF22
Tints of Lime Green #34CF22
RGB
CMYK
RGB Variations
Color information
#34CF22 (or 0x34CF22) is known color: Lime Green. HEX triplet: 34, CF and 22. RGB value is (52,207,34). Sum of RGB (Red+Green+Blue) = 52+207+34=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 207 (81.25% from 255 or 70.65% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 207 - color contains mainly: green. Hex color #34CF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34CF22 is #CB30DD. Grayscale: #8D8D8D. Windows color (decimal): -13316318 or 2281268. OLE color: 2281268.
HSL color Cylindrical-coordinate representation of color #34CF22: hue angle of 113.76º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34CF22 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 207 | 34 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.19 |
| HSL | 113.76º | 0.72% | 0.47% | - |
| HSV(B) | 113.76º | 0.84% | 0.81% | - |
| XYZ | 24.02 | 45.47 | 9.02 | - |
| YUV | 140.93 | 67.65 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 207 | 34 | 0.75 | 0 | 0.84 | 0.19 | 113.76 | 0.72 | 0.47 |
| Hex | 34 | CF | 22 | 4B | 0 | 54 | 13 | 72 | 48 | 2F |
| Octal | 64 | 317 | 42 | 113 | 0 | 124 | 23 | 162 | 110 | 57 |
| Binary | 110100 | 11001111 | 100010 | 1001011 | 0 | 1010100 | 10011 | 1110010 | 1001000 | 101111 |
Color Harmonies of #34CF22
Complementary color
Monochromatic Colors of #34CF22
Black with #34CF22
Text Example
Text Example
White with #34CF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CF22; }
p { color: rgb(52,207,34); }
H1.HeaderClassName
{
color: #34CF22;
}
.AnyTagClassName
{
color: #34CF22;
}
</style>
background-color css
<style>
a { background-color: #34CF22; }
a { background-color: rgb(52,207,34); }
div.DivClassName
{
background-color: #34CF22;
}
.BgClassName
{
background-color: #34CF22;
}
</style>
border-color css
<style>
span { border-color: #34CF22; }
span { border-color: rgb(52,207,34); }
td.TdClassName
{
border-color: #34CF22;
}
.TagClassName
{
border-color: #34CF22;
}
</style>