Shades of Lime Green #27D830
Tints of Lime Green #27D830
RGB
CMYK
RGB Variations
Color information
#27D830 (or 0x27D830) is known color: Lime Green. HEX triplet: 27, D8 and 30. RGB value is (39,216,48). Sum of RGB (Red+Green+Blue) = 39+216+48=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 216 (84.77% from 255 or 71.29% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 216 - color contains mainly: green. Hex color #27D830 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D830 is #D827CF. Grayscale: #909090. Windows color (decimal): -14165968 or 3201063. OLE color: 3201063.
HSL color Cylindrical-coordinate representation of color #27D830: hue angle of 123.05º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D830 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 216 | 48 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.15 |
| HSL | 123.05º | 0.69% | 0.5% | - |
| HSV(B) | 123.05º | 0.82% | 0.85% | - |
| XYZ | 25.93 | 49.76 | 11.03 | - |
| YUV | 143.93 | 73.86 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 216 | 48 | 0.82 | 0 | 0.78 | 0.15 | 123.05 | 0.69 | 0.5 |
| Hex | 27 | D8 | 30 | 52 | 0 | 4E | F | 7B | 45 | 32 |
| Octal | 47 | 330 | 60 | 122 | 0 | 116 | 17 | 173 | 105 | 62 |
| Binary | 100111 | 11011000 | 110000 | 1010010 | 0 | 1001110 | 1111 | 1111011 | 1000101 | 110010 |
Color Harmonies of #27D830
Complementary color
Monochromatic Colors of #27D830
Black with #27D830
Text Example
Text Example
White with #27D830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D830; }
p { color: rgb(39,216,48); }
H1.HeaderClassName
{
color: #27D830;
}
.AnyTagClassName
{
color: #27D830;
}
</style>
background-color css
<style>
a { background-color: #27D830; }
a { background-color: rgb(39,216,48); }
div.DivClassName
{
background-color: #27D830;
}
.BgClassName
{
background-color: #27D830;
}
</style>
border-color css
<style>
span { border-color: #27D830; }
span { border-color: rgb(39,216,48); }
td.TdClassName
{
border-color: #27D830;
}
.TagClassName
{
border-color: #27D830;
}
</style>