Shades of Lime Green #27BD2F
Tints of Lime Green #27BD2F
RGB
CMYK
RGB Variations
Color information
#27BD2F (or 0x27BD2F) is known color: Lime Green. HEX triplet: 27, BD and 2F. RGB value is (39,189,47). Sum of RGB (Red+Green+Blue) = 39+189+47=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 189 (74.22% from 255 or 68.73% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 189 - color contains mainly: green. Hex color #27BD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BD2F is #D842D0. Grayscale: #808080. Windows color (decimal): -14172881 or 3128615. OLE color: 3128615.
HSL color Cylindrical-coordinate representation of color #27BD2F: hue angle of 123.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BD2F is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 189 | 47 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.26 |
| HSL | 123.2º | 0.66% | 0.45% | - |
| HSV(B) | 123.2º | 0.79% | 0.74% | - |
| XYZ | 19.55 | 37.03 | 8.81 | - |
| YUV | 127.96 | 82.31 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 189 | 47 | 0.79 | 0 | 0.75 | 0.26 | 123.2 | 0.66 | 0.45 |
| Hex | 27 | BD | 2F | 4F | 0 | 4B | 1A | 7B | 42 | 2D |
| Octal | 47 | 275 | 57 | 117 | 0 | 113 | 32 | 173 | 102 | 55 |
| Binary | 100111 | 10111101 | 101111 | 1001111 | 0 | 1001011 | 11010 | 1111011 | 1000010 | 101101 |
Color Harmonies of #27BD2F
Complementary color
Monochromatic Colors of #27BD2F
Black with #27BD2F
Text Example
Text Example
White with #27BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BD2F; }
p { color: rgb(39,189,47); }
H1.HeaderClassName
{
color: #27BD2F;
}
.AnyTagClassName
{
color: #27BD2F;
}
</style>
background-color css
<style>
a { background-color: #27BD2F; }
a { background-color: rgb(39,189,47); }
div.DivClassName
{
background-color: #27BD2F;
}
.BgClassName
{
background-color: #27BD2F;
}
</style>
border-color css
<style>
span { border-color: #27BD2F; }
span { border-color: rgb(39,189,47); }
td.TdClassName
{
border-color: #27BD2F;
}
.TagClassName
{
border-color: #27BD2F;
}
</style>