Shades of Lime Green #27CB29
Tints of Lime Green #27CB29
RGB
CMYK
RGB Variations
Color information
#27CB29 (or 0x27CB29) is known color: Lime Green. HEX triplet: 27, CB and 29. RGB value is (39,203,41). Sum of RGB (Red+Green+Blue) = 39+203+41=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 203 (79.69% from 255 or 71.73% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 203 - color contains mainly: green. Hex color #27CB29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CB29 is #D834D6. Grayscale: #878787. Windows color (decimal): -14169303 or 2738983. OLE color: 2738983.
HSL color Cylindrical-coordinate representation of color #27CB29: hue angle of 120.73º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CB29 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 203 | 41 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.20 |
| HSL | 120.73º | 0.68% | 0.47% | - |
| HSV(B) | 120.73º | 0.81% | 0.8% | - |
| XYZ | 22.59 | 43.3 | 9.27 | - |
| YUV | 135.5 | 74.67 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 203 | 41 | 0.81 | 0 | 0.80 | 0.20 | 120.73 | 0.68 | 0.47 |
| Hex | 27 | CB | 29 | 51 | 0 | 50 | 14 | 79 | 44 | 2F |
| Octal | 47 | 313 | 51 | 121 | 0 | 120 | 24 | 171 | 104 | 57 |
| Binary | 100111 | 11001011 | 101001 | 1010001 | 0 | 1010000 | 10100 | 1111001 | 1000100 | 101111 |
Color Harmonies of #27CB29
Complementary color
Monochromatic Colors of #27CB29
Black with #27CB29
Text Example
Text Example
White with #27CB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CB29; }
p { color: rgb(39,203,41); }
H1.HeaderClassName
{
color: #27CB29;
}
.AnyTagClassName
{
color: #27CB29;
}
</style>
background-color css
<style>
a { background-color: #27CB29; }
a { background-color: rgb(39,203,41); }
div.DivClassName
{
background-color: #27CB29;
}
.BgClassName
{
background-color: #27CB29;
}
</style>
border-color css
<style>
span { border-color: #27CB29; }
span { border-color: rgb(39,203,41); }
td.TdClassName
{
border-color: #27CB29;
}
.TagClassName
{
border-color: #27CB29;
}
</style>