Shades of Lime Green #34CE19
Tints of Lime Green #34CE19
RGB
CMYK
RGB Variations
Color information
#34CE19 (or 0x34CE19) is known color: Lime Green. HEX triplet: 34, CE and 19. RGB value is (52,206,25). Sum of RGB (Red+Green+Blue) = 52+206+25=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 206 (80.86% from 255 or 72.79% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 206 - color contains mainly: green. Hex color #34CE19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34CE19 is #CB31E6. Grayscale: #8B8B8B. Windows color (decimal): -13316583 or 1691188. OLE color: 1691188.
HSL color Cylindrical-coordinate representation of color #34CE19: hue angle of 111.05º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34CE19 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 206 | 25 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.19 |
| HSL | 111.05º | 0.78% | 0.45% | - |
| HSV(B) | 111.05º | 0.88% | 0.81% | - |
| XYZ | 23.66 | 44.94 | 8.35 | - |
| YUV | 139.32 | 63.48 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 25 | 0.75 | 0 | 0.88 | 0.19 | 111.05 | 0.78 | 0.45 |
| Hex | 34 | CE | 19 | 4B | 0 | 58 | 13 | 6F | 4E | 2D |
| Octal | 64 | 316 | 31 | 113 | 0 | 130 | 23 | 157 | 116 | 55 |
| Binary | 110100 | 11001110 | 11001 | 1001011 | 0 | 1011000 | 10011 | 1101111 | 1001110 | 101101 |
Color Harmonies of #34CE19
Complementary color
Monochromatic Colors of #34CE19
Black with #34CE19
Text Example
Text Example
White with #34CE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CE19; }
p { color: rgb(52,206,25); }
H1.HeaderClassName
{
color: #34CE19;
}
.AnyTagClassName
{
color: #34CE19;
}
</style>
background-color css
<style>
a { background-color: #34CE19; }
a { background-color: rgb(52,206,25); }
div.DivClassName
{
background-color: #34CE19;
}
.BgClassName
{
background-color: #34CE19;
}
</style>
border-color css
<style>
span { border-color: #34CE19; }
span { border-color: rgb(52,206,25); }
td.TdClassName
{
border-color: #34CE19;
}
.TagClassName
{
border-color: #34CE19;
}
</style>