Shades of Lime Green #42BE38
Tints of Lime Green #42BE38
RGB
CMYK
RGB Variations
Color information
#42BE38 (or 0x42BE38) is known color: Lime Green. HEX triplet: 42, BE and 38. RGB value is (66,190,56). Sum of RGB (Red+Green+Blue) = 66+190+56=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 190 (74.61% from 255 or 60.90% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BE38 is #BD41C7. Grayscale: #8A8A8A. Windows color (decimal): -12403144 or 3718722. OLE color: 3718722.
HSL color Cylindrical-coordinate representation of color #42BE38: hue angle of 115.52º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42BE38 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 190 | 56 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.25 |
| HSL | 115.52º | 0.54% | 0.48% | - |
| HSV(B) | 115.52º | 0.71% | 0.75% | - |
| XYZ | 21.37 | 38.27 | 10 | - |
| YUV | 137.65 | 81.92 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 56 | 0.65 | 0 | 0.71 | 0.25 | 115.52 | 0.54 | 0.48 |
| Hex | 42 | BE | 38 | 41 | 0 | 47 | 19 | 74 | 36 | 30 |
| Octal | 102 | 276 | 70 | 101 | 0 | 107 | 31 | 164 | 66 | 60 |
| Binary | 1000010 | 10111110 | 111000 | 1000001 | 0 | 1000111 | 11001 | 1110100 | 110110 | 110000 |
Color Harmonies of #42BE38
Complementary color
Monochromatic Colors of #42BE38
Black with #42BE38
Text Example
Text Example
White with #42BE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BE38; }
p { color: rgb(66,190,56); }
H1.HeaderClassName
{
color: #42BE38;
}
.AnyTagClassName
{
color: #42BE38;
}
</style>
background-color css
<style>
a { background-color: #42BE38; }
a { background-color: rgb(66,190,56); }
div.DivClassName
{
background-color: #42BE38;
}
.BgClassName
{
background-color: #42BE38;
}
</style>
border-color css
<style>
span { border-color: #42BE38; }
span { border-color: rgb(66,190,56); }
td.TdClassName
{
border-color: #42BE38;
}
.TagClassName
{
border-color: #42BE38;
}
</style>