Shades of Lime Green #42F833
Tints of Lime Green #42F833
RGB
CMYK
RGB Variations
Color information
#42F833 (or 0x42F833) is known color: Lime Green. HEX triplet: 42, F8 and 33. RGB value is (66,248,51). Sum of RGB (Red+Green+Blue) = 66+248+51=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #42F833 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F833 is #BD07CC. Grayscale: #ABABAB. Windows color (decimal): -12388301 or 3405890. OLE color: 3405890.
HSL color Cylindrical-coordinate representation of color #42F833: hue angle of 115.43º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42F833 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 51 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.03 |
| HSL | 115.43º | 0.93% | 0.59% | - |
| HSV(B) | 115.43º | 0.79% | 0.97% | - |
| XYZ | 36.41 | 68.53 | 14.44 | - |
| YUV | 171.12 | 60.2 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 51 | 0.73 | 0 | 0.79 | 0.03 | 115.43 | 0.93 | 0.59 |
| Hex | 42 | F8 | 33 | 49 | 0 | 4F | 3 | 73 | 5D | 3B |
| Octal | 102 | 370 | 63 | 111 | 0 | 117 | 3 | 163 | 135 | 73 |
| Binary | 1000010 | 11111000 | 110011 | 1001001 | 0 | 1001111 | 11 | 1110011 | 1011101 | 111011 |
Color Harmonies of #42F833
Complementary color
Monochromatic Colors of #42F833
Black with #42F833
Text Example
Text Example
White with #42F833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F833; }
p { color: rgb(66,248,51); }
H1.HeaderClassName
{
color: #42F833;
}
.AnyTagClassName
{
color: #42F833;
}
</style>
background-color css
<style>
a { background-color: #42F833; }
a { background-color: rgb(66,248,51); }
div.DivClassName
{
background-color: #42F833;
}
.BgClassName
{
background-color: #42F833;
}
</style>
border-color css
<style>
span { border-color: #42F833; }
span { border-color: rgb(66,248,51); }
td.TdClassName
{
border-color: #42F833;
}
.TagClassName
{
border-color: #42F833;
}
</style>