Shades of Lime Green #27D430
Tints of Lime Green #27D430
RGB
CMYK
RGB Variations
Color information
#27D430 (or 0x27D430) is known color: Lime Green. HEX triplet: 27, D4 and 30. RGB value is (39,212,48). Sum of RGB (Red+Green+Blue) = 39+212+48=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 212 (83.20% from 255 or 70.90% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 212 - color contains mainly: green. Hex color #27D430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D430 is #D82BCF. Grayscale: #8E8E8E. Windows color (decimal): -14166992 or 3200039. OLE color: 3200039.
HSL color Cylindrical-coordinate representation of color #27D430: hue angle of 123.12º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D430 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 39 | 212 | 48 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.17 |
| HSL | 123.12º | 0.69% | 0.49% | - |
| HSV(B) | 123.12º | 0.82% | 0.83% | - |
| XYZ | 24.91 | 47.73 | 10.7 | - |
| YUV | 141.58 | 75.19 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 212 | 48 | 0.82 | 0 | 0.77 | 0.17 | 123.12 | 0.69 | 0.49 |
| Hex | 27 | D4 | 30 | 52 | 0 | 4D | 11 | 7B | 45 | 31 |
| Octal | 47 | 324 | 60 | 122 | 0 | 115 | 21 | 173 | 105 | 61 |
| Binary | 100111 | 11010100 | 110000 | 1010010 | 0 | 1001101 | 10001 | 1111011 | 1000101 | 110001 |
Color Harmonies of #27D430
Complementary color
Monochromatic Colors of #27D430
Black with #27D430
Text Example
Text Example
White with #27D430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D430; }
p { color: rgb(39,212,48); }
H1.HeaderClassName
{
color: #27D430;
}
.AnyTagClassName
{
color: #27D430;
}
</style>
background-color css
<style>
a { background-color: #27D430; }
a { background-color: rgb(39,212,48); }
div.DivClassName
{
background-color: #27D430;
}
.BgClassName
{
background-color: #27D430;
}
</style>
border-color css
<style>
span { border-color: #27D430; }
span { border-color: rgb(39,212,48); }
td.TdClassName
{
border-color: #27D430;
}
.TagClassName
{
border-color: #27D430;
}
</style>