Shades of Lime Green #34EE33
Tints of Lime Green #34EE33
RGB
CMYK
RGB Variations
Color information
#34EE33 (or 0x34EE33) is known color: Lime Green. HEX triplet: 34, EE and 33. RGB value is (52,238,51). Sum of RGB (Red+Green+Blue) = 52+238+51=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 238 (93.36% from 255 or 69.79% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 238 - color contains mainly: green. Hex color #34EE33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EE33 is #CB11CC. Grayscale: #A1A1A1. Windows color (decimal): -13308365 or 3403316. OLE color: 3403316.
HSL color Cylindrical-coordinate representation of color #34EE33: hue angle of 119.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34EE33 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 238 | 51 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.07 |
| HSL | 119.68º | 0.85% | 0.57% | - |
| HSV(B) | 119.68º | 0.79% | 0.93% | - |
| XYZ | 32.59 | 62.12 | 13.4 | - |
| YUV | 161.07 | 65.88 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 51 | 0.78 | 0 | 0.79 | 0.07 | 119.68 | 0.85 | 0.57 |
| Hex | 34 | EE | 33 | 4E | 0 | 4F | 7 | 78 | 55 | 39 |
| Octal | 64 | 356 | 63 | 116 | 0 | 117 | 7 | 170 | 125 | 71 |
| Binary | 110100 | 11101110 | 110011 | 1001110 | 0 | 1001111 | 111 | 1111000 | 1010101 | 111001 |
Color Harmonies of #34EE33
Complementary color
Monochromatic Colors of #34EE33
Black with #34EE33
Text Example
Text Example
White with #34EE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EE33; }
p { color: rgb(52,238,51); }
H1.HeaderClassName
{
color: #34EE33;
}
.AnyTagClassName
{
color: #34EE33;
}
</style>
background-color css
<style>
a { background-color: #34EE33; }
a { background-color: rgb(52,238,51); }
div.DivClassName
{
background-color: #34EE33;
}
.BgClassName
{
background-color: #34EE33;
}
</style>
border-color css
<style>
span { border-color: #34EE33; }
span { border-color: rgb(52,238,51); }
td.TdClassName
{
border-color: #34EE33;
}
.TagClassName
{
border-color: #34EE33;
}
</style>