Shades of Lime Green #27D60A
Tints of Lime Green #27D60A
RGB
CMYK
RGB Variations
Color information
#27D60A (or 0x27D60A) is known color: Lime Green. HEX triplet: 27, D6 and 0A. RGB value is (39,214,10). Sum of RGB (Red+Green+Blue) = 39+214+10=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 214 (83.98% from 255 or 81.37% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 214 - color contains mainly: green. Hex color #27D60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D60A is #D829F5. Grayscale: #8B8B8B. Windows color (decimal): -14166518 or 710183. OLE color: 710183.
HSL color Cylindrical-coordinate representation of color #27D60A: hue angle of 111.47º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27D60A is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 214 | 10 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.16 |
| HSL | 111.47º | 0.91% | 0.44% | - |
| HSV(B) | 111.47º | 0.95% | 0.84% | - |
| XYZ | 24.94 | 48.55 | 8.34 | - |
| YUV | 138.42 | 55.52 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 214 | 10 | 0.82 | 0 | 0.95 | 0.16 | 111.47 | 0.91 | 0.44 |
| Hex | 27 | D6 | A | 52 | 0 | 5F | 10 | 6F | 5B | 2C |
| Octal | 47 | 326 | 12 | 122 | 0 | 137 | 20 | 157 | 133 | 54 |
| Binary | 100111 | 11010110 | 1010 | 1010010 | 0 | 1011111 | 10000 | 1101111 | 1011011 | 101100 |
Color Harmonies of #27D60A
Complementary color
Monochromatic Colors of #27D60A
Black with #27D60A
Text Example
Text Example
White with #27D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D60A; }
p { color: rgb(39,214,10); }
H1.HeaderClassName
{
color: #27D60A;
}
.AnyTagClassName
{
color: #27D60A;
}
</style>
background-color css
<style>
a { background-color: #27D60A; }
a { background-color: rgb(39,214,10); }
div.DivClassName
{
background-color: #27D60A;
}
.BgClassName
{
background-color: #27D60A;
}
</style>
border-color css
<style>
span { border-color: #27D60A; }
span { border-color: rgb(39,214,10); }
td.TdClassName
{
border-color: #27D60A;
}
.TagClassName
{
border-color: #27D60A;
}
</style>