Shades of Lime Green #42F33D
Tints of Lime Green #42F33D
RGB
CMYK
RGB Variations
Color information
#42F33D (or 0x42F33D) is known color: Lime Green. HEX triplet: 42, F3 and 3D. RGB value is (66,243,61). Sum of RGB (Red+Green+Blue) = 66+243+61=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 243 (95.31% from 255 or 65.68% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 243 - color contains mainly: green. Hex color #42F33D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F33D is #BD0CC2. Grayscale: #A9A9A9. Windows color (decimal): -12389571 or 4059970. OLE color: 4059970.
HSL color Cylindrical-coordinate representation of color #42F33D: hue angle of 118.35º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42F33D is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 61 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.05 |
| HSL | 118.35º | 0.88% | 0.6% | - |
| HSV(B) | 118.35º | 0.75% | 0.95% | - |
| XYZ | 35.14 | 65.6 | 15.22 | - |
| YUV | 169.33 | 66.86 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 61 | 0.73 | 0 | 0.75 | 0.05 | 118.35 | 0.88 | 0.6 |
| Hex | 42 | F3 | 3D | 49 | 0 | 4B | 5 | 76 | 58 | 3C |
| Octal | 102 | 363 | 75 | 111 | 0 | 113 | 5 | 166 | 130 | 74 |
| Binary | 1000010 | 11110011 | 111101 | 1001001 | 0 | 1001011 | 101 | 1110110 | 1011000 | 111100 |
Color Harmonies of #42F33D
Complementary color
Monochromatic Colors of #42F33D
Black with #42F33D
Text Example
Text Example
White with #42F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F33D; }
p { color: rgb(66,243,61); }
H1.HeaderClassName
{
color: #42F33D;
}
.AnyTagClassName
{
color: #42F33D;
}
</style>
background-color css
<style>
a { background-color: #42F33D; }
a { background-color: rgb(66,243,61); }
div.DivClassName
{
background-color: #42F33D;
}
.BgClassName
{
background-color: #42F33D;
}
</style>
border-color css
<style>
span { border-color: #42F33D; }
span { border-color: rgb(66,243,61); }
td.TdClassName
{
border-color: #42F33D;
}
.TagClassName
{
border-color: #42F33D;
}
</style>