Shades of Lime Green #42B936
Tints of Lime Green #42B936
RGB
CMYK
RGB Variations
Color information
#42B936 (or 0x42B936) is known color: Lime Green. HEX triplet: 42, B9 and 36. RGB value is (66,185,54). Sum of RGB (Red+Green+Blue) = 66+185+54=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 185 (72.66% from 255 or 60.66% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 185 - color contains mainly: green. Hex color #42B936 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B936 is #BD46C9. Grayscale: #868686. Windows color (decimal): -12404426 or 3586370. OLE color: 3586370.
HSL color Cylindrical-coordinate representation of color #42B936: hue angle of 114.5º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42B936 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 54 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.27 |
| HSL | 114.5º | 0.55% | 0.47% | - |
| HSV(B) | 114.5º | 0.71% | 0.73% | - |
| XYZ | 20.26 | 36.12 | 9.39 | - |
| YUV | 134.49 | 82.58 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 54 | 0.64 | 0 | 0.71 | 0.27 | 114.5 | 0.55 | 0.47 |
| Hex | 42 | B9 | 36 | 40 | 0 | 47 | 1B | 73 | 37 | 2F |
| Octal | 102 | 271 | 66 | 100 | 0 | 107 | 33 | 163 | 67 | 57 |
| Binary | 1000010 | 10111001 | 110110 | 1000000 | 0 | 1000111 | 11011 | 1110011 | 110111 | 101111 |
Color Harmonies of #42B936
Complementary color
Monochromatic Colors of #42B936
Black with #42B936
Text Example
Text Example
White with #42B936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B936; }
p { color: rgb(66,185,54); }
H1.HeaderClassName
{
color: #42B936;
}
.AnyTagClassName
{
color: #42B936;
}
</style>
background-color css
<style>
a { background-color: #42B936; }
a { background-color: rgb(66,185,54); }
div.DivClassName
{
background-color: #42B936;
}
.BgClassName
{
background-color: #42B936;
}
</style>
border-color css
<style>
span { border-color: #42B936; }
span { border-color: rgb(66,185,54); }
td.TdClassName
{
border-color: #42B936;
}
.TagClassName
{
border-color: #42B936;
}
</style>