Shades of Lime Green #34EF28
Tints of Lime Green #34EF28
RGB
CMYK
RGB Variations
Color information
#34EF28 (or 0x34EF28) is known color: Lime Green. HEX triplet: 34, EF and 28. RGB value is (52,239,40). Sum of RGB (Red+Green+Blue) = 52+239+40=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 239 (93.75% from 255 or 72.21% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 239 - color contains mainly: green. Hex color #34EF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EF28 is #CB10D7. Grayscale: #A1A1A1. Windows color (decimal): -13308120 or 2682676. OLE color: 2682676.
HSL color Cylindrical-coordinate representation of color #34EF28: hue angle of 116.38º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34EF28 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 239 | 40 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.06 |
| HSL | 116.38º | 0.86% | 0.55% | - |
| HSV(B) | 116.38º | 0.83% | 0.94% | - |
| XYZ | 32.67 | 62.62 | 12.37 | - |
| YUV | 160.4 | 60.05 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 239 | 40 | 0.78 | 0 | 0.83 | 0.06 | 116.38 | 0.86 | 0.55 |
| Hex | 34 | EF | 28 | 4E | 0 | 53 | 6 | 74 | 56 | 37 |
| Octal | 64 | 357 | 50 | 116 | 0 | 123 | 6 | 164 | 126 | 67 |
| Binary | 110100 | 11101111 | 101000 | 1001110 | 0 | 1010011 | 110 | 1110100 | 1010110 | 110111 |
Color Harmonies of #34EF28
Complementary color
Monochromatic Colors of #34EF28
Black with #34EF28
Text Example
Text Example
White with #34EF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EF28; }
p { color: rgb(52,239,40); }
H1.HeaderClassName
{
color: #34EF28;
}
.AnyTagClassName
{
color: #34EF28;
}
</style>
background-color css
<style>
a { background-color: #34EF28; }
a { background-color: rgb(52,239,40); }
div.DivClassName
{
background-color: #34EF28;
}
.BgClassName
{
background-color: #34EF28;
}
</style>
border-color css
<style>
span { border-color: #34EF28; }
span { border-color: rgb(52,239,40); }
td.TdClassName
{
border-color: #34EF28;
}
.TagClassName
{
border-color: #34EF28;
}
</style>