Shades of Lime Green #27CF29
Tints of Lime Green #27CF29
RGB
CMYK
RGB Variations
Color information
#27CF29 (or 0x27CF29) is known color: Lime Green. HEX triplet: 27, CF and 29. RGB value is (39,207,41). Sum of RGB (Red+Green+Blue) = 39+207+41=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 207 (81.25% from 255 or 72.13% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 207 - color contains mainly: green. Hex color #27CF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CF29 is #D830D6. Grayscale: #8A8A8A. Windows color (decimal): -14168279 or 2740007. OLE color: 2740007.
HSL color Cylindrical-coordinate representation of color #27CF29: hue angle of 120.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CF29 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 207 | 41 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.19 |
| HSL | 120.71º | 0.68% | 0.48% | - |
| HSV(B) | 120.71º | 0.81% | 0.81% | - |
| XYZ | 23.55 | 45.22 | 9.58 | - |
| YUV | 137.84 | 73.34 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 41 | 0.81 | 0 | 0.80 | 0.19 | 120.71 | 0.68 | 0.48 |
| Hex | 27 | CF | 29 | 51 | 0 | 50 | 13 | 79 | 44 | 30 |
| Octal | 47 | 317 | 51 | 121 | 0 | 120 | 23 | 171 | 104 | 60 |
| Binary | 100111 | 11001111 | 101001 | 1010001 | 0 | 1010000 | 10011 | 1111001 | 1000100 | 110000 |
Color Harmonies of #27CF29
Complementary color
Monochromatic Colors of #27CF29
Black with #27CF29
Text Example
Text Example
White with #27CF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CF29; }
p { color: rgb(39,207,41); }
H1.HeaderClassName
{
color: #27CF29;
}
.AnyTagClassName
{
color: #27CF29;
}
</style>
background-color css
<style>
a { background-color: #27CF29; }
a { background-color: rgb(39,207,41); }
div.DivClassName
{
background-color: #27CF29;
}
.BgClassName
{
background-color: #27CF29;
}
</style>
border-color css
<style>
span { border-color: #27CF29; }
span { border-color: rgb(39,207,41); }
td.TdClassName
{
border-color: #27CF29;
}
.TagClassName
{
border-color: #27CF29;
}
</style>