Shades of Lime Green #27BB23
Tints of Lime Green #27BB23
RGB
CMYK
RGB Variations
Color information
#27BB23 (or 0x27BB23) is known color: Lime Green. HEX triplet: 27, BB and 23. RGB value is (39,187,35). Sum of RGB (Red+Green+Blue) = 39+187+35=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 187 (73.44% from 255 or 71.65% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 187 - color contains mainly: green. Hex color #27BB23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BB23 is #D844DC. Grayscale: #7D7D7D. Windows color (decimal): -14173405 or 2341671. OLE color: 2341671.
HSL color Cylindrical-coordinate representation of color #27BB23: hue angle of 118.42º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27BB23 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 187 | 35 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.27 |
| HSL | 118.42º | 0.68% | 0.44% | - |
| HSV(B) | 118.42º | 0.81% | 0.73% | - |
| XYZ | 18.91 | 36.09 | 7.56 | - |
| YUV | 125.42 | 76.97 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 187 | 35 | 0.79 | 0 | 0.81 | 0.27 | 118.42 | 0.68 | 0.44 |
| Hex | 27 | BB | 23 | 4F | 0 | 51 | 1B | 76 | 44 | 2C |
| Octal | 47 | 273 | 43 | 117 | 0 | 121 | 33 | 166 | 104 | 54 |
| Binary | 100111 | 10111011 | 100011 | 1001111 | 0 | 1010001 | 11011 | 1110110 | 1000100 | 101100 |
Color Harmonies of #27BB23
Complementary color
Monochromatic Colors of #27BB23
Black with #27BB23
Text Example
Text Example
White with #27BB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BB23; }
p { color: rgb(39,187,35); }
H1.HeaderClassName
{
color: #27BB23;
}
.AnyTagClassName
{
color: #27BB23;
}
</style>
background-color css
<style>
a { background-color: #27BB23; }
a { background-color: rgb(39,187,35); }
div.DivClassName
{
background-color: #27BB23;
}
.BgClassName
{
background-color: #27BB23;
}
</style>
border-color css
<style>
span { border-color: #27BB23; }
span { border-color: rgb(39,187,35); }
td.TdClassName
{
border-color: #27BB23;
}
.TagClassName
{
border-color: #27BB23;
}
</style>