Shades of Lime Green #27F434
Tints of Lime Green #27F434
RGB
CMYK
RGB Variations
Color information
#27F434 (or 0x27F434) is known color: Lime Green. HEX triplet: 27, F4 and 34. RGB value is (39,244,52). Sum of RGB (Red+Green+Blue) = 39+244+52=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 244 (95.70% from 255 or 72.84% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 244 - color contains mainly: green. Hex color #27F434 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F434 is #D80BCB. Grayscale: #A1A1A1. Windows color (decimal): -14158796 or 3470375. OLE color: 3470375.
HSL color Cylindrical-coordinate representation of color #27F434: hue angle of 123.8º 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 #27F434 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 244 | 52 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.04 |
| HSL | 123.8º | 0.9% | 0.55% | - |
| HSV(B) | 123.8º | 0.84% | 0.96% | - |
| XYZ | 33.81 | 65.38 | 14.09 | - |
| YUV | 160.82 | 66.58 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 244 | 52 | 0.84 | 0 | 0.79 | 0.04 | 123.8 | 0.9 | 0.55 |
| Hex | 27 | F4 | 34 | 54 | 0 | 4F | 4 | 7C | 5A | 37 |
| Octal | 47 | 364 | 64 | 124 | 0 | 117 | 4 | 174 | 132 | 67 |
| Binary | 100111 | 11110100 | 110100 | 1010100 | 0 | 1001111 | 100 | 1111100 | 1011010 | 110111 |
Color Harmonies of #27F434
Complementary color
Monochromatic Colors of #27F434
Black with #27F434
Text Example
Text Example
White with #27F434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F434; }
p { color: rgb(39,244,52); }
H1.HeaderClassName
{
color: #27F434;
}
.AnyTagClassName
{
color: #27F434;
}
</style>
background-color css
<style>
a { background-color: #27F434; }
a { background-color: rgb(39,244,52); }
div.DivClassName
{
background-color: #27F434;
}
.BgClassName
{
background-color: #27F434;
}
</style>
border-color css
<style>
span { border-color: #27F434; }
span { border-color: rgb(39,244,52); }
td.TdClassName
{
border-color: #27F434;
}
.TagClassName
{
border-color: #27F434;
}
</style>