Shades of Lime Green #42F233
Tints of Lime Green #42F233
RGB
CMYK
RGB Variations
Color information
#42F233 (or 0x42F233) is known color: Lime Green. HEX triplet: 42, F2 and 33. RGB value is (66,242,51). Sum of RGB (Red+Green+Blue) = 66+242+51=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #42F233 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F233 is #BD0DCC. Grayscale: #A8A8A8. Windows color (decimal): -12389837 or 3404354. OLE color: 3404354.
HSL color Cylindrical-coordinate representation of color #42F233: hue angle of 115.29º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42F233 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 242 | 51 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.05 |
| HSL | 115.29º | 0.88% | 0.57% | - |
| HSV(B) | 115.29º | 0.79% | 0.95% | - |
| XYZ | 34.6 | 64.9 | 13.84 | - |
| YUV | 167.6 | 62.19 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 51 | 0.73 | 0 | 0.79 | 0.05 | 115.29 | 0.88 | 0.57 |
| Hex | 42 | F2 | 33 | 49 | 0 | 4F | 5 | 73 | 58 | 39 |
| Octal | 102 | 362 | 63 | 111 | 0 | 117 | 5 | 163 | 130 | 71 |
| Binary | 1000010 | 11110010 | 110011 | 1001001 | 0 | 1001111 | 101 | 1110011 | 1011000 | 111001 |
Color Harmonies of #42F233
Complementary color
Monochromatic Colors of #42F233
Black with #42F233
Text Example
Text Example
White with #42F233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F233; }
p { color: rgb(66,242,51); }
H1.HeaderClassName
{
color: #42F233;
}
.AnyTagClassName
{
color: #42F233;
}
</style>
background-color css
<style>
a { background-color: #42F233; }
a { background-color: rgb(66,242,51); }
div.DivClassName
{
background-color: #42F233;
}
.BgClassName
{
background-color: #42F233;
}
</style>
border-color css
<style>
span { border-color: #42F233; }
span { border-color: rgb(66,242,51); }
td.TdClassName
{
border-color: #42F233;
}
.TagClassName
{
border-color: #42F233;
}
</style>