Shades of Lime Green #42E627
Tints of Lime Green #42E627
RGB
CMYK
RGB Variations
Color information
#42E627 (or 0x42E627) is known color: Lime Green. HEX triplet: 42, E6 and 27. RGB value is (66,230,39). Sum of RGB (Red+Green+Blue) = 66+230+39=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 230 (90.23% from 255 or 68.66% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 230 - color contains mainly: green. Hex color #42E627 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E627 is #BD19D8. Grayscale: #9F9F9F. Windows color (decimal): -12392921 or 2614850. OLE color: 2614850.
HSL color Cylindrical-coordinate representation of color #42E627: hue angle of 111.52º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42E627 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 230 | 39 | - |
| CMYK | 0.71 | 0 | 0.83 | 0.10 |
| HSL | 111.52º | 0.79% | 0.53% | - |
| HSV(B) | 111.52º | 0.83% | 0.9% | - |
| XYZ | 30.91 | 57.9 | 11.47 | - |
| YUV | 159.19 | 60.17 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 230 | 39 | 0.71 | 0 | 0.83 | 0.10 | 111.52 | 0.79 | 0.53 |
| Hex | 42 | E6 | 27 | 47 | 0 | 53 | A | 70 | 4F | 35 |
| Octal | 102 | 346 | 47 | 107 | 0 | 123 | 12 | 160 | 117 | 65 |
| Binary | 1000010 | 11100110 | 100111 | 1000111 | 0 | 1010011 | 1010 | 1110000 | 1001111 | 110101 |
Color Harmonies of #42E627
Complementary color
Monochromatic Colors of #42E627
Black with #42E627
Text Example
Text Example
White with #42E627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E627; }
p { color: rgb(66,230,39); }
H1.HeaderClassName
{
color: #42E627;
}
.AnyTagClassName
{
color: #42E627;
}
</style>
background-color css
<style>
a { background-color: #42E627; }
a { background-color: rgb(66,230,39); }
div.DivClassName
{
background-color: #42E627;
}
.BgClassName
{
background-color: #42E627;
}
</style>
border-color css
<style>
span { border-color: #42E627; }
span { border-color: rgb(66,230,39); }
td.TdClassName
{
border-color: #42E627;
}
.TagClassName
{
border-color: #42E627;
}
</style>