Shades of Lime Green #27C04C
Tints of Lime Green #27C04C
RGB
CMYK
RGB Variations
Color information
#27C04C (or 0x27C04C) is known color: Lime Green. HEX triplet: 27, C0 and 4C. RGB value is (39,192,76). Sum of RGB (Red+Green+Blue) = 39+192+76=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #27C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C04C is #D83FB3. Grayscale: #858585. Windows color (decimal): -14172084 or 5029927. OLE color: 5029927.
HSL color Cylindrical-coordinate representation of color #27C04C: hue angle of 134.51º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C04C is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 192 | 76 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.25 |
| HSL | 134.51º | 0.66% | 0.45% | - |
| HSV(B) | 134.51º | 0.8% | 0.75% | - |
| XYZ | 20.99 | 38.65 | 13.19 | - |
| YUV | 133.03 | 95.81 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 192 | 76 | 0.80 | 0 | 0.60 | 0.25 | 134.51 | 0.66 | 0.45 |
| Hex | 27 | C0 | 4C | 50 | 0 | 3C | 19 | 87 | 42 | 2D |
| Octal | 47 | 300 | 114 | 120 | 0 | 74 | 31 | 207 | 102 | 55 |
| Binary | 100111 | 11000000 | 1001100 | 1010000 | 0 | 111100 | 11001 | 10000111 | 1000010 | 101101 |
Color Harmonies of #27C04C
Complementary color
Monochromatic Colors of #27C04C
Black with #27C04C
Text Example
Text Example
White with #27C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C04C; }
p { color: rgb(39,192,76); }
H1.HeaderClassName
{
color: #27C04C;
}
.AnyTagClassName
{
color: #27C04C;
}
</style>
background-color css
<style>
a { background-color: #27C04C; }
a { background-color: rgb(39,192,76); }
div.DivClassName
{
background-color: #27C04C;
}
.BgClassName
{
background-color: #27C04C;
}
</style>
border-color css
<style>
span { border-color: #27C04C; }
span { border-color: rgb(39,192,76); }
td.TdClassName
{
border-color: #27C04C;
}
.TagClassName
{
border-color: #27C04C;
}
</style>