Shades of Lime Green #27BD3B
Tints of Lime Green #27BD3B
RGB
CMYK
RGB Variations
Color information
#27BD3B (or 0x27BD3B) is known color: Lime Green. HEX triplet: 27, BD and 3B. RGB value is (39,189,59). Sum of RGB (Red+Green+Blue) = 39+189+59=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 189 (74.22% from 255 or 65.85% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 189 - color contains mainly: green. Hex color #27BD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BD3B is #D842C4. Grayscale: #818181. Windows color (decimal): -14172869 or 3915047. OLE color: 3915047.
HSL color Cylindrical-coordinate representation of color #27BD3B: hue angle of 128º 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 #27BD3B is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 189 | 59 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.26 |
| HSL | 128º | 0.66% | 0.45% | - |
| HSV(B) | 128º | 0.79% | 0.74% | - |
| XYZ | 19.82 | 37.14 | 10.26 | - |
| YUV | 129.33 | 88.31 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 189 | 59 | 0.79 | 0 | 0.69 | 0.26 | 128 | 0.66 | 0.45 |
| Hex | 27 | BD | 3B | 4F | 0 | 45 | 1A | 80 | 42 | 2D |
| Octal | 47 | 275 | 73 | 117 | 0 | 105 | 32 | 200 | 102 | 55 |
| Binary | 100111 | 10111101 | 111011 | 1001111 | 0 | 1000101 | 11010 | 10000000 | 1000010 | 101101 |
Color Harmonies of #27BD3B
Complementary color
Monochromatic Colors of #27BD3B
Black with #27BD3B
Text Example
Text Example
White with #27BD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BD3B; }
p { color: rgb(39,189,59); }
H1.HeaderClassName
{
color: #27BD3B;
}
.AnyTagClassName
{
color: #27BD3B;
}
</style>
background-color css
<style>
a { background-color: #27BD3B; }
a { background-color: rgb(39,189,59); }
div.DivClassName
{
background-color: #27BD3B;
}
.BgClassName
{
background-color: #27BD3B;
}
</style>
border-color css
<style>
span { border-color: #27BD3B; }
span { border-color: rgb(39,189,59); }
td.TdClassName
{
border-color: #27BD3B;
}
.TagClassName
{
border-color: #27BD3B;
}
</style>