Shades of Lime Green #27CA20
Tints of Lime Green #27CA20
RGB
CMYK
RGB Variations
Color information
#27CA20 (or 0x27CA20) is known color: Lime Green. HEX triplet: 27, CA and 20. RGB value is (39,202,32). Sum of RGB (Red+Green+Blue) = 39+202+32=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 202 (79.30% from 255 or 73.99% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 202 - color contains mainly: green. Hex color #27CA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CA20 is #D835DF. Grayscale: #868686. Windows color (decimal): -14169568 or 2148903. OLE color: 2148903.
HSL color Cylindrical-coordinate representation of color #27CA20: hue angle of 117.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27CA20 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 202 | 32 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.21 |
| HSL | 117.53º | 0.73% | 0.46% | - |
| HSV(B) | 117.53º | 0.84% | 0.79% | - |
| XYZ | 22.22 | 42.78 | 8.45 | - |
| YUV | 133.88 | 70.5 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 202 | 32 | 0.81 | 0 | 0.84 | 0.21 | 117.53 | 0.73 | 0.46 |
| Hex | 27 | CA | 20 | 51 | 0 | 54 | 15 | 76 | 49 | 2E |
| Octal | 47 | 312 | 40 | 121 | 0 | 124 | 25 | 166 | 111 | 56 |
| Binary | 100111 | 11001010 | 100000 | 1010001 | 0 | 1010100 | 10101 | 1110110 | 1001001 | 101110 |
Color Harmonies of #27CA20
Complementary color
Monochromatic Colors of #27CA20
Black with #27CA20
Text Example
Text Example
White with #27CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CA20; }
p { color: rgb(39,202,32); }
H1.HeaderClassName
{
color: #27CA20;
}
.AnyTagClassName
{
color: #27CA20;
}
</style>
background-color css
<style>
a { background-color: #27CA20; }
a { background-color: rgb(39,202,32); }
div.DivClassName
{
background-color: #27CA20;
}
.BgClassName
{
background-color: #27CA20;
}
</style>
border-color css
<style>
span { border-color: #27CA20; }
span { border-color: rgb(39,202,32); }
td.TdClassName
{
border-color: #27CA20;
}
.TagClassName
{
border-color: #27CA20;
}
</style>