Shades of Lime Green #42F932
Tints of Lime Green #42F932
RGB
CMYK
RGB Variations
Color information
#42F932 (or 0x42F932) is known color: Lime Green. HEX triplet: 42, F9 and 32. RGB value is (66,249,50). Sum of RGB (Red+Green+Blue) = 66+249+50=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 249 (97.66% from 255 or 68.22% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 249 - color contains mainly: green. Hex color #42F932 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F932 is #BD06CD. Grayscale: #ACACAC. Windows color (decimal): -12388046 or 3340610. OLE color: 3340610.
HSL color Cylindrical-coordinate representation of color #42F932: hue angle of 115.18º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42F932 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 50 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.02 |
| HSL | 115.18º | 0.94% | 0.59% | - |
| HSV(B) | 115.18º | 0.8% | 0.98% | - |
| XYZ | 36.7 | 69.14 | 14.43 | - |
| YUV | 171.6 | 59.37 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 50 | 0.73 | 0 | 0.80 | 0.02 | 115.18 | 0.94 | 0.59 |
| Hex | 42 | F9 | 32 | 49 | 0 | 50 | 2 | 73 | 5E | 3B |
| Octal | 102 | 371 | 62 | 111 | 0 | 120 | 2 | 163 | 136 | 73 |
| Binary | 1000010 | 11111001 | 110010 | 1001001 | 0 | 1010000 | 10 | 1110011 | 1011110 | 111011 |
Color Harmonies of #42F932
Complementary color
Monochromatic Colors of #42F932
Black with #42F932
Text Example
Text Example
White with #42F932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F932; }
p { color: rgb(66,249,50); }
H1.HeaderClassName
{
color: #42F932;
}
.AnyTagClassName
{
color: #42F932;
}
</style>
background-color css
<style>
a { background-color: #42F932; }
a { background-color: rgb(66,249,50); }
div.DivClassName
{
background-color: #42F932;
}
.BgClassName
{
background-color: #42F932;
}
</style>
border-color css
<style>
span { border-color: #42F932; }
span { border-color: rgb(66,249,50); }
td.TdClassName
{
border-color: #42F932;
}
.TagClassName
{
border-color: #42F932;
}
</style>