Shades of Lime Green #27BF20
Tints of Lime Green #27BF20
RGB
CMYK
RGB Variations
Color information
#27BF20 (or 0x27BF20) is known color: Lime Green. HEX triplet: 27, BF and 20. RGB value is (39,191,32). Sum of RGB (Red+Green+Blue) = 39+191+32=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 191 (75% from 255 or 72.90% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 191 - color contains mainly: green. Hex color #27BF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BF20 is #D840DF. Grayscale: #7F7F7F. Windows color (decimal): -14172384 or 2146087. OLE color: 2146087.
HSL color Cylindrical-coordinate representation of color #27BF20: hue angle of 117.36º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27BF20 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 191 | 32 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.25 |
| HSL | 117.36º | 0.71% | 0.44% | - |
| HSV(B) | 117.36º | 0.83% | 0.75% | - |
| XYZ | 19.73 | 37.8 | 7.62 | - |
| YUV | 127.43 | 74.14 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 191 | 32 | 0.80 | 0 | 0.83 | 0.25 | 117.36 | 0.71 | 0.44 |
| Hex | 27 | BF | 20 | 50 | 0 | 53 | 19 | 75 | 47 | 2C |
| Octal | 47 | 277 | 40 | 120 | 0 | 123 | 31 | 165 | 107 | 54 |
| Binary | 100111 | 10111111 | 100000 | 1010000 | 0 | 1010011 | 11001 | 1110101 | 1000111 | 101100 |
Color Harmonies of #27BF20
Complementary color
Monochromatic Colors of #27BF20
Black with #27BF20
Text Example
Text Example
White with #27BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BF20; }
p { color: rgb(39,191,32); }
H1.HeaderClassName
{
color: #27BF20;
}
.AnyTagClassName
{
color: #27BF20;
}
</style>
background-color css
<style>
a { background-color: #27BF20; }
a { background-color: rgb(39,191,32); }
div.DivClassName
{
background-color: #27BF20;
}
.BgClassName
{
background-color: #27BF20;
}
</style>
border-color css
<style>
span { border-color: #27BF20; }
span { border-color: rgb(39,191,32); }
td.TdClassName
{
border-color: #27BF20;
}
.TagClassName
{
border-color: #27BF20;
}
</style>