Shades of Lime Green #27E930
Tints of Lime Green #27E930
RGB
CMYK
RGB Variations
Color information
#27E930 (or 0x27E930) is known color: Lime Green. HEX triplet: 27, E9 and 30. RGB value is (39,233,48). Sum of RGB (Red+Green+Blue) = 39+233+48=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 233 (91.41% from 255 or 72.81% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 233 - color contains mainly: green. Hex color #27E930 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27E930 is #D816CF. Grayscale: #9A9A9A. Windows color (decimal): -14161616 or 3205415. OLE color: 3205415.
HSL color Cylindrical-coordinate representation of color #27E930: hue angle of 122.78º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E930 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 233 | 48 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.09 |
| HSL | 122.78º | 0.82% | 0.53% | - |
| HSV(B) | 122.78º | 0.83% | 0.91% | - |
| XYZ | 30.51 | 58.92 | 12.56 | - |
| YUV | 153.9 | 68.23 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 233 | 48 | 0.83 | 0 | 0.79 | 0.09 | 122.78 | 0.82 | 0.53 |
| Hex | 27 | E9 | 30 | 53 | 0 | 4F | 9 | 7B | 52 | 35 |
| Octal | 47 | 351 | 60 | 123 | 0 | 117 | 11 | 173 | 122 | 65 |
| Binary | 100111 | 11101001 | 110000 | 1010011 | 0 | 1001111 | 1001 | 1111011 | 1010010 | 110101 |
Color Harmonies of #27E930
Complementary color
Monochromatic Colors of #27E930
Black with #27E930
Text Example
Text Example
White with #27E930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E930; }
p { color: rgb(39,233,48); }
H1.HeaderClassName
{
color: #27E930;
}
.AnyTagClassName
{
color: #27E930;
}
</style>
background-color css
<style>
a { background-color: #27E930; }
a { background-color: rgb(39,233,48); }
div.DivClassName
{
background-color: #27E930;
}
.BgClassName
{
background-color: #27E930;
}
</style>
border-color css
<style>
span { border-color: #27E930; }
span { border-color: rgb(39,233,48); }
td.TdClassName
{
border-color: #27E930;
}
.TagClassName
{
border-color: #27E930;
}
</style>