Shades of Lime Green #27BD4B
Tints of Lime Green #27BD4B
RGB
CMYK
RGB Variations
Color information
#27BD4B (or 0x27BD4B) is known color: Lime Green. HEX triplet: 27, BD and 4B. RGB value is (39,189,75). Sum of RGB (Red+Green+Blue) = 39+189+75=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 189 (74.22% from 255 or 62.38% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 189 - color contains mainly: green. Hex color #27BD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BD4B is #D842B4. Grayscale: #838383. Windows color (decimal): -14172853 or 4963623. OLE color: 4963623.
HSL color Cylindrical-coordinate representation of color #27BD4B: hue angle of 134.4º 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 #27BD4B is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 189 | 75 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.26 |
| HSL | 134.4º | 0.66% | 0.45% | - |
| HSV(B) | 134.4º | 0.79% | 0.74% | - |
| XYZ | 20.3 | 37.33 | 12.79 | - |
| YUV | 131.15 | 96.31 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 189 | 75 | 0.79 | 0 | 0.60 | 0.26 | 134.4 | 0.66 | 0.45 |
| Hex | 27 | BD | 4B | 4F | 0 | 3C | 1A | 86 | 42 | 2D |
| Octal | 47 | 275 | 113 | 117 | 0 | 74 | 32 | 206 | 102 | 55 |
| Binary | 100111 | 10111101 | 1001011 | 1001111 | 0 | 111100 | 11010 | 10000110 | 1000010 | 101101 |
Color Harmonies of #27BD4B
Complementary color
Monochromatic Colors of #27BD4B
Black with #27BD4B
Text Example
Text Example
White with #27BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BD4B; }
p { color: rgb(39,189,75); }
H1.HeaderClassName
{
color: #27BD4B;
}
.AnyTagClassName
{
color: #27BD4B;
}
</style>
background-color css
<style>
a { background-color: #27BD4B; }
a { background-color: rgb(39,189,75); }
div.DivClassName
{
background-color: #27BD4B;
}
.BgClassName
{
background-color: #27BD4B;
}
</style>
border-color css
<style>
span { border-color: #27BD4B; }
span { border-color: rgb(39,189,75); }
td.TdClassName
{
border-color: #27BD4B;
}
.TagClassName
{
border-color: #27BD4B;
}
</style>