Shades of Lime Green #27BF30
Tints of Lime Green #27BF30
RGB
CMYK
RGB Variations
Color information
#27BF30 (or 0x27BF30) is known color: Lime Green. HEX triplet: 27, BF and 30. RGB value is (39,191,48). Sum of RGB (Red+Green+Blue) = 39+191+48=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 191 (75% from 255 or 68.71% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 191 - color contains mainly: green. Hex color #27BF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BF30 is #D840CF. Grayscale: #818181. Windows color (decimal): -14172368 or 3194663. OLE color: 3194663.
HSL color Cylindrical-coordinate representation of color #27BF30: hue angle of 123.55º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BF30 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 191 | 48 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.25 |
| HSL | 123.55º | 0.66% | 0.45% | - |
| HSV(B) | 123.55º | 0.8% | 0.75% | - |
| XYZ | 20 | 37.91 | 9.06 | - |
| YUV | 129.25 | 82.14 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 191 | 48 | 0.80 | 0 | 0.75 | 0.25 | 123.55 | 0.66 | 0.45 |
| Hex | 27 | BF | 30 | 50 | 0 | 4B | 19 | 7C | 42 | 2D |
| Octal | 47 | 277 | 60 | 120 | 0 | 113 | 31 | 174 | 102 | 55 |
| Binary | 100111 | 10111111 | 110000 | 1010000 | 0 | 1001011 | 11001 | 1111100 | 1000010 | 101101 |
Color Harmonies of #27BF30
Complementary color
Monochromatic Colors of #27BF30
Black with #27BF30
Text Example
Text Example
White with #27BF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BF30; }
p { color: rgb(39,191,48); }
H1.HeaderClassName
{
color: #27BF30;
}
.AnyTagClassName
{
color: #27BF30;
}
</style>
background-color css
<style>
a { background-color: #27BF30; }
a { background-color: rgb(39,191,48); }
div.DivClassName
{
background-color: #27BF30;
}
.BgClassName
{
background-color: #27BF30;
}
</style>
border-color css
<style>
span { border-color: #27BF30; }
span { border-color: rgb(39,191,48); }
td.TdClassName
{
border-color: #27BF30;
}
.TagClassName
{
border-color: #27BF30;
}
</style>