Shades of Lime Green #42F635
Tints of Lime Green #42F635
RGB
CMYK
RGB Variations
Color information
#42F635 (or 0x42F635) is known color: Lime Green. HEX triplet: 42, F6 and 35. RGB value is (66,246,53). Sum of RGB (Red+Green+Blue) = 66+246+53=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 246 (96.48% from 255 or 67.40% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 246 - color contains mainly: green. Hex color #42F635 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F635 is #BD09CA. Grayscale: #AAAAAA. Windows color (decimal): -12388811 or 3536450. OLE color: 3536450.
HSL color Cylindrical-coordinate representation of color #42F635: hue angle of 115.96º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42F635 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 246 | 53 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.04 |
| HSL | 115.96º | 0.91% | 0.59% | - |
| HSV(B) | 115.96º | 0.78% | 0.96% | - |
| XYZ | 35.85 | 67.33 | 14.47 | - |
| YUV | 170.18 | 61.87 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 246 | 53 | 0.73 | 0 | 0.78 | 0.04 | 115.96 | 0.91 | 0.59 |
| Hex | 42 | F6 | 35 | 49 | 0 | 4E | 4 | 74 | 5B | 3B |
| Octal | 102 | 366 | 65 | 111 | 0 | 116 | 4 | 164 | 133 | 73 |
| Binary | 1000010 | 11110110 | 110101 | 1001001 | 0 | 1001110 | 100 | 1110100 | 1011011 | 111011 |
Color Harmonies of #42F635
Complementary color
Monochromatic Colors of #42F635
Black with #42F635
Text Example
Text Example
White with #42F635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F635; }
p { color: rgb(66,246,53); }
H1.HeaderClassName
{
color: #42F635;
}
.AnyTagClassName
{
color: #42F635;
}
</style>
background-color css
<style>
a { background-color: #42F635; }
a { background-color: rgb(66,246,53); }
div.DivClassName
{
background-color: #42F635;
}
.BgClassName
{
background-color: #42F635;
}
</style>
border-color css
<style>
span { border-color: #42F635; }
span { border-color: rgb(66,246,53); }
td.TdClassName
{
border-color: #42F635;
}
.TagClassName
{
border-color: #42F635;
}
</style>