Shades of Lime Green #27F032
Tints of Lime Green #27F032
RGB
CMYK
RGB Variations
Color information
#27F032 (or 0x27F032) is known color: Lime Green. HEX triplet: 27, F0 and 32. RGB value is (39,240,50). Sum of RGB (Red+Green+Blue) = 39+240+50=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 240 (94.14% from 255 or 72.95% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 240 - color contains mainly: green. Hex color #27F032 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F032 is #D80FCD. Grayscale: #9E9E9E. Windows color (decimal): -14159822 or 3338279. OLE color: 3338279.
HSL color Cylindrical-coordinate representation of color #27F032: hue angle of 123.28º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F032 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 240 | 50 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.06 |
| HSL | 123.28º | 0.87% | 0.55% | - |
| HSV(B) | 123.28º | 0.84% | 0.94% | - |
| XYZ | 32.57 | 62.98 | 13.46 | - |
| YUV | 158.24 | 66.91 | 42.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 240 | 50 | 0.84 | 0 | 0.79 | 0.06 | 123.28 | 0.87 | 0.55 |
| Hex | 27 | F0 | 32 | 54 | 0 | 4F | 6 | 7B | 57 | 37 |
| Octal | 47 | 360 | 62 | 124 | 0 | 117 | 6 | 173 | 127 | 67 |
| Binary | 100111 | 11110000 | 110010 | 1010100 | 0 | 1001111 | 110 | 1111011 | 1010111 | 110111 |
Color Harmonies of #27F032
Complementary color
Monochromatic Colors of #27F032
Black with #27F032
Text Example
Text Example
White with #27F032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F032; }
p { color: rgb(39,240,50); }
H1.HeaderClassName
{
color: #27F032;
}
.AnyTagClassName
{
color: #27F032;
}
</style>
background-color css
<style>
a { background-color: #27F032; }
a { background-color: rgb(39,240,50); }
div.DivClassName
{
background-color: #27F032;
}
.BgClassName
{
background-color: #27F032;
}
</style>
border-color css
<style>
span { border-color: #27F032; }
span { border-color: rgb(39,240,50); }
td.TdClassName
{
border-color: #27F032;
}
.TagClassName
{
border-color: #27F032;
}
</style>