Shades of Lime Green #27CA24
Tints of Lime Green #27CA24
RGB
CMYK
RGB Variations
Color information
#27CA24 (or 0x27CA24) is known color: Lime Green. HEX triplet: 27, CA and 24. RGB value is (39,202,36). Sum of RGB (Red+Green+Blue) = 39+202+36=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 202 (79.30% from 255 or 72.92% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 202 - color contains mainly: green. Hex color #27CA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CA24 is #D835DB. Grayscale: #868686. Windows color (decimal): -14169564 or 2411047. OLE color: 2411047.
HSL color Cylindrical-coordinate representation of color #27CA24: hue angle of 118.92º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27CA24 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 202 | 36 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.21 |
| HSL | 118.92º | 0.7% | 0.47% | - |
| HSV(B) | 118.92º | 0.82% | 0.79% | - |
| XYZ | 22.28 | 42.8 | 8.76 | - |
| YUV | 134.34 | 72.5 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 202 | 36 | 0.81 | 0 | 0.82 | 0.21 | 118.92 | 0.7 | 0.47 |
| Hex | 27 | CA | 24 | 51 | 0 | 52 | 15 | 77 | 46 | 2F |
| Octal | 47 | 312 | 44 | 121 | 0 | 122 | 25 | 167 | 106 | 57 |
| Binary | 100111 | 11001010 | 100100 | 1010001 | 0 | 1010010 | 10101 | 1110111 | 1000110 | 101111 |
Color Harmonies of #27CA24
Complementary color
Monochromatic Colors of #27CA24
Black with #27CA24
Text Example
Text Example
White with #27CA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CA24; }
p { color: rgb(39,202,36); }
H1.HeaderClassName
{
color: #27CA24;
}
.AnyTagClassName
{
color: #27CA24;
}
</style>
background-color css
<style>
a { background-color: #27CA24; }
a { background-color: rgb(39,202,36); }
div.DivClassName
{
background-color: #27CA24;
}
.BgClassName
{
background-color: #27CA24;
}
</style>
border-color css
<style>
span { border-color: #27CA24; }
span { border-color: rgb(39,202,36); }
td.TdClassName
{
border-color: #27CA24;
}
.TagClassName
{
border-color: #27CA24;
}
</style>