Shades of Lime Green #27CB26
Tints of Lime Green #27CB26
RGB
CMYK
RGB Variations
Color information
#27CB26 (or 0x27CB26) is known color: Lime Green. HEX triplet: 27, CB and 26. RGB value is (39,203,38). Sum of RGB (Red+Green+Blue) = 39+203+38=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 203 (79.69% from 255 or 72.5% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 203 - color contains mainly: green. Hex color #27CB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CB26 is #D834D9. Grayscale: #878787. Windows color (decimal): -14169306 or 2542375. OLE color: 2542375.
HSL color Cylindrical-coordinate representation of color #27CB26: hue angle of 119.64º 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 #27CB26 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 203 | 38 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.20 |
| HSL | 119.64º | 0.68% | 0.47% | - |
| HSV(B) | 119.64º | 0.81% | 0.8% | - |
| XYZ | 22.54 | 43.28 | 9 | - |
| YUV | 135.15 | 73.17 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 203 | 38 | 0.81 | 0 | 0.81 | 0.20 | 119.64 | 0.68 | 0.47 |
| Hex | 27 | CB | 26 | 51 | 0 | 51 | 14 | 78 | 44 | 2F |
| Octal | 47 | 313 | 46 | 121 | 0 | 121 | 24 | 170 | 104 | 57 |
| Binary | 100111 | 11001011 | 100110 | 1010001 | 0 | 1010001 | 10100 | 1111000 | 1000100 | 101111 |
Color Harmonies of #27CB26
Complementary color
Monochromatic Colors of #27CB26
Black with #27CB26
Text Example
Text Example
White with #27CB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CB26; }
p { color: rgb(39,203,38); }
H1.HeaderClassName
{
color: #27CB26;
}
.AnyTagClassName
{
color: #27CB26;
}
</style>
background-color css
<style>
a { background-color: #27CB26; }
a { background-color: rgb(39,203,38); }
div.DivClassName
{
background-color: #27CB26;
}
.BgClassName
{
background-color: #27CB26;
}
</style>
border-color css
<style>
span { border-color: #27CB26; }
span { border-color: rgb(39,203,38); }
td.TdClassName
{
border-color: #27CB26;
}
.TagClassName
{
border-color: #27CB26;
}
</style>