Shades of Lime Green #36F227
Tints of Lime Green #36F227
RGB
CMYK
RGB Variations
Color information
#36F227 (or 0x36F227) is known color: Lime Green. HEX triplet: 36, F2 and 27. RGB value is (54,242,39). Sum of RGB (Red+Green+Blue) = 54+242+39=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 242 (94.92% from 255 or 72.24% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 242 - color contains mainly: green. Hex color #36F227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F227 is #C90DD8. Grayscale: #A3A3A3. Windows color (decimal): -13176281 or 2617910. OLE color: 2617910.
HSL color Cylindrical-coordinate representation of color #36F227: hue angle of 115.57º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36F227 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 242 | 39 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.05 |
| HSL | 115.57º | 0.89% | 0.55% | - |
| HSV(B) | 115.57º | 0.84% | 0.95% | - |
| XYZ | 33.64 | 64.44 | 12.58 | - |
| YUV | 162.65 | 58.22 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 242 | 39 | 0.78 | 0 | 0.84 | 0.05 | 115.57 | 0.89 | 0.55 |
| Hex | 36 | F2 | 27 | 4E | 0 | 54 | 5 | 74 | 59 | 37 |
| Octal | 66 | 362 | 47 | 116 | 0 | 124 | 5 | 164 | 131 | 67 |
| Binary | 110110 | 11110010 | 100111 | 1001110 | 0 | 1010100 | 101 | 1110100 | 1011001 | 110111 |
Color Harmonies of #36F227
Complementary color
Monochromatic Colors of #36F227
Black with #36F227
Text Example
Text Example
White with #36F227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F227; }
p { color: rgb(54,242,39); }
H1.HeaderClassName
{
color: #36F227;
}
.AnyTagClassName
{
color: #36F227;
}
</style>
background-color css
<style>
a { background-color: #36F227; }
a { background-color: rgb(54,242,39); }
div.DivClassName
{
background-color: #36F227;
}
.BgClassName
{
background-color: #36F227;
}
</style>
border-color css
<style>
span { border-color: #36F227; }
span { border-color: rgb(54,242,39); }
td.TdClassName
{
border-color: #36F227;
}
.TagClassName
{
border-color: #36F227;
}
</style>