Shades of Lime Green #27C84A
Tints of Lime Green #27C84A
RGB
CMYK
RGB Variations
Color information
#27C84A (or 0x27C84A) is known color: Lime Green. HEX triplet: 27, C8 and 4A. RGB value is (39,200,74). Sum of RGB (Red+Green+Blue) = 39+200+74=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 200 (78.52% from 255 or 63.90% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 200 - color contains mainly: green. Hex color #27C84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C84A is #D837B5. Grayscale: #898989. Windows color (decimal): -14170038 or 4900903. OLE color: 4900903.
HSL color Cylindrical-coordinate representation of color #27C84A: hue angle of 133.04º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27C84A is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 200 | 74 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.22 |
| HSL | 133.04º | 0.67% | 0.47% | - |
| HSV(B) | 133.04º | 0.81% | 0.78% | - |
| XYZ | 22.73 | 42.23 | 13.43 | - |
| YUV | 137.5 | 92.16 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 200 | 74 | 0.80 | 0 | 0.63 | 0.22 | 133.04 | 0.67 | 0.47 |
| Hex | 27 | C8 | 4A | 50 | 0 | 3F | 16 | 85 | 43 | 2F |
| Octal | 47 | 310 | 112 | 120 | 0 | 77 | 26 | 205 | 103 | 57 |
| Binary | 100111 | 11001000 | 1001010 | 1010000 | 0 | 111111 | 10110 | 10000101 | 1000011 | 101111 |
Color Harmonies of #27C84A
Complementary color
Monochromatic Colors of #27C84A
Black with #27C84A
Text Example
Text Example
White with #27C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C84A; }
p { color: rgb(39,200,74); }
H1.HeaderClassName
{
color: #27C84A;
}
.AnyTagClassName
{
color: #27C84A;
}
</style>
background-color css
<style>
a { background-color: #27C84A; }
a { background-color: rgb(39,200,74); }
div.DivClassName
{
background-color: #27C84A;
}
.BgClassName
{
background-color: #27C84A;
}
</style>
border-color css
<style>
span { border-color: #27C84A; }
span { border-color: rgb(39,200,74); }
td.TdClassName
{
border-color: #27C84A;
}
.TagClassName
{
border-color: #27C84A;
}
</style>