Shades of Lime Green #27C41F
Tints of Lime Green #27C41F
RGB
CMYK
RGB Variations
Color information
#27C41F (or 0x27C41F) is known color: Lime Green. HEX triplet: 27, C4 and 1F. RGB value is (39,196,31). Sum of RGB (Red+Green+Blue) = 39+196+31=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 196 (76.95% from 255 or 73.68% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 196 - color contains mainly: green. Hex color #27C41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C41F is #D83BE0. Grayscale: #828282. Windows color (decimal): -14171105 or 2081831. OLE color: 2081831.
HSL color Cylindrical-coordinate representation of color #27C41F: hue angle of 117.09º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27C41F is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 196 | 31 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.23 |
| HSL | 117.09º | 0.73% | 0.45% | - |
| HSV(B) | 117.09º | 0.84% | 0.77% | - |
| XYZ | 20.82 | 40.01 | 7.92 | - |
| YUV | 130.25 | 71.99 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 196 | 31 | 0.80 | 0 | 0.84 | 0.23 | 117.09 | 0.73 | 0.45 |
| Hex | 27 | C4 | 1F | 50 | 0 | 54 | 17 | 75 | 49 | 2D |
| Octal | 47 | 304 | 37 | 120 | 0 | 124 | 27 | 165 | 111 | 55 |
| Binary | 100111 | 11000100 | 11111 | 1010000 | 0 | 1010100 | 10111 | 1110101 | 1001001 | 101101 |
Color Harmonies of #27C41F
Complementary color
Monochromatic Colors of #27C41F
Black with #27C41F
Text Example
Text Example
White with #27C41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C41F; }
p { color: rgb(39,196,31); }
H1.HeaderClassName
{
color: #27C41F;
}
.AnyTagClassName
{
color: #27C41F;
}
</style>
background-color css
<style>
a { background-color: #27C41F; }
a { background-color: rgb(39,196,31); }
div.DivClassName
{
background-color: #27C41F;
}
.BgClassName
{
background-color: #27C41F;
}
</style>
border-color css
<style>
span { border-color: #27C41F; }
span { border-color: rgb(39,196,31); }
td.TdClassName
{
border-color: #27C41F;
}
.TagClassName
{
border-color: #27C41F;
}
</style>