Shades of Lime Green #36FE34
Tints of Lime Green #36FE34
RGB
CMYK
RGB Variations
Color information
#36FE34 (or 0x36FE34) is known color: Lime Green. HEX triplet: 36, FE and 34. RGB value is (54,254,52). Sum of RGB (Red+Green+Blue) = 54+254+52=360 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15% from 360); Green value is 254 (99.61% from 255 or 70.56% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 254 - color contains mainly: green. Hex color #36FE34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FE34 is #C901CB. Grayscale: #ABABAB. Windows color (decimal): -13173196 or 3472950. OLE color: 3472950.
HSL color Cylindrical-coordinate representation of color #36FE34: hue angle of 119.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36FE34 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 52 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.00 |
| HSL | 119.41º | 0.99% | 0.6% | - |
| HSV(B) | 119.41º | 0.8% | 1% | - |
| XYZ | 37.58 | 71.92 | 15.15 | - |
| YUV | 171.17 | 60.74 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 52 | 0.79 | 0 | 0.80 | 0.00 | 119.41 | 0.99 | 0.6 |
| Hex | 36 | FE | 34 | 4F | 0 | 50 | 0 | 77 | 63 | 3C |
| Octal | 66 | 376 | 64 | 117 | 0 | 120 | 0 | 167 | 143 | 74 |
| Binary | 110110 | 11111110 | 110100 | 1001111 | 0 | 1010000 | 0 | 1110111 | 1100011 | 111100 |
Color Harmonies of #36FE34
Complementary color
Monochromatic Colors of #36FE34
Black with #36FE34
Text Example
Text Example
White with #36FE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FE34; }
p { color: rgb(54,254,52); }
H1.HeaderClassName
{
color: #36FE34;
}
.AnyTagClassName
{
color: #36FE34;
}
</style>
background-color css
<style>
a { background-color: #36FE34; }
a { background-color: rgb(54,254,52); }
div.DivClassName
{
background-color: #36FE34;
}
.BgClassName
{
background-color: #36FE34;
}
</style>
border-color css
<style>
span { border-color: #36FE34; }
span { border-color: rgb(54,254,52); }
td.TdClassName
{
border-color: #36FE34;
}
.TagClassName
{
border-color: #36FE34;
}
</style>