Shades of Lime Green #34BE27
Tints of Lime Green #34BE27
RGB
CMYK
RGB Variations
Color information
#34BE27 (or 0x34BE27) is known color: Lime Green. HEX triplet: 34, BE and 27. RGB value is (52,190,39). Sum of RGB (Red+Green+Blue) = 52+190+39=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 190 (74.61% from 255 or 67.62% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 190 - color contains mainly: green. Hex color #34BE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BE27 is #CB41D8. Grayscale: #838383. Windows color (decimal): -13320665 or 2604596. OLE color: 2604596.
HSL color Cylindrical-coordinate representation of color #34BE27: hue angle of 114.83º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34BE27 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 190 | 39 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.25 |
| HSL | 114.83º | 0.66% | 0.45% | - |
| HSV(B) | 114.83º | 0.79% | 0.75% | - |
| XYZ | 20.2 | 37.7 | 8.13 | - |
| YUV | 131.52 | 75.78 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 39 | 0.73 | 0 | 0.79 | 0.25 | 114.83 | 0.66 | 0.45 |
| Hex | 34 | BE | 27 | 49 | 0 | 4F | 19 | 73 | 42 | 2D |
| Octal | 64 | 276 | 47 | 111 | 0 | 117 | 31 | 163 | 102 | 55 |
| Binary | 110100 | 10111110 | 100111 | 1001001 | 0 | 1001111 | 11001 | 1110011 | 1000010 | 101101 |
Color Harmonies of #34BE27
Complementary color
Monochromatic Colors of #34BE27
Black with #34BE27
Text Example
Text Example
White with #34BE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BE27; }
p { color: rgb(52,190,39); }
H1.HeaderClassName
{
color: #34BE27;
}
.AnyTagClassName
{
color: #34BE27;
}
</style>
background-color css
<style>
a { background-color: #34BE27; }
a { background-color: rgb(52,190,39); }
div.DivClassName
{
background-color: #34BE27;
}
.BgClassName
{
background-color: #34BE27;
}
</style>
border-color css
<style>
span { border-color: #34BE27; }
span { border-color: rgb(52,190,39); }
td.TdClassName
{
border-color: #34BE27;
}
.TagClassName
{
border-color: #34BE27;
}
</style>