Shades of Lime Green #27F42E
Tints of Lime Green #27F42E
RGB
CMYK
RGB Variations
Color information
#27F42E (or 0x27F42E) is known color: Lime Green. HEX triplet: 27, F4 and 2E. RGB value is (39,244,46). Sum of RGB (Red+Green+Blue) = 39+244+46=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 244 (95.70% from 255 or 74.16% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 244 - color contains mainly: green. Hex color #27F42E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F42E is #D80BD1. Grayscale: #A0A0A0. Windows color (decimal): -14158802 or 3077159. OLE color: 3077159.
HSL color Cylindrical-coordinate representation of color #27F42E: hue angle of 122.05º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F42E is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 244 | 46 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.04 |
| HSL | 122.05º | 0.9% | 0.55% | - |
| HSV(B) | 122.05º | 0.84% | 0.96% | - |
| XYZ | 33.68 | 65.33 | 13.42 | - |
| YUV | 160.13 | 63.58 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 244 | 46 | 0.84 | 0 | 0.81 | 0.04 | 122.05 | 0.9 | 0.55 |
| Hex | 27 | F4 | 2E | 54 | 0 | 51 | 4 | 7A | 5A | 37 |
| Octal | 47 | 364 | 56 | 124 | 0 | 121 | 4 | 172 | 132 | 67 |
| Binary | 100111 | 11110100 | 101110 | 1010100 | 0 | 1010001 | 100 | 1111010 | 1011010 | 110111 |
Color Harmonies of #27F42E
Complementary color
Monochromatic Colors of #27F42E
Black with #27F42E
Text Example
Text Example
White with #27F42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F42E; }
p { color: rgb(39,244,46); }
H1.HeaderClassName
{
color: #27F42E;
}
.AnyTagClassName
{
color: #27F42E;
}
</style>
background-color css
<style>
a { background-color: #27F42E; }
a { background-color: rgb(39,244,46); }
div.DivClassName
{
background-color: #27F42E;
}
.BgClassName
{
background-color: #27F42E;
}
</style>
border-color css
<style>
span { border-color: #27F42E; }
span { border-color: rgb(39,244,46); }
td.TdClassName
{
border-color: #27F42E;
}
.TagClassName
{
border-color: #27F42E;
}
</style>