Shades of Lime Green #42D23D
Tints of Lime Green #42D23D
RGB
CMYK
RGB Variations
Color information
#42D23D (or 0x42D23D) is known color: Lime Green. HEX triplet: 42, D2 and 3D. RGB value is (66,210,61). Sum of RGB (Red+Green+Blue) = 66+210+61=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 210 (82.42% from 255 or 62.31% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 210 - color contains mainly: green. Hex color #42D23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D23D is #BD2DC2. Grayscale: #969696. Windows color (decimal): -12398019 or 4051522. OLE color: 4051522.
HSL color Cylindrical-coordinate representation of color #42D23D: hue angle of 117.99º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42D23D is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 210 | 61 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.18 |
| HSL | 117.99º | 0.62% | 0.53% | - |
| HSV(B) | 117.99º | 0.71% | 0.82% | - |
| XYZ | 26.14 | 47.59 | 12.22 | - |
| YUV | 149.96 | 77.79 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 210 | 61 | 0.69 | 0 | 0.71 | 0.18 | 117.99 | 0.62 | 0.53 |
| Hex | 42 | D2 | 3D | 45 | 0 | 47 | 12 | 76 | 3E | 35 |
| Octal | 102 | 322 | 75 | 105 | 0 | 107 | 22 | 166 | 76 | 65 |
| Binary | 1000010 | 11010010 | 111101 | 1000101 | 0 | 1000111 | 10010 | 1110110 | 111110 | 110101 |
Color Harmonies of #42D23D
Complementary color
Monochromatic Colors of #42D23D
Black with #42D23D
Text Example
Text Example
White with #42D23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D23D; }
p { color: rgb(66,210,61); }
H1.HeaderClassName
{
color: #42D23D;
}
.AnyTagClassName
{
color: #42D23D;
}
</style>
background-color css
<style>
a { background-color: #42D23D; }
a { background-color: rgb(66,210,61); }
div.DivClassName
{
background-color: #42D23D;
}
.BgClassName
{
background-color: #42D23D;
}
</style>
border-color css
<style>
span { border-color: #42D23D; }
span { border-color: rgb(66,210,61); }
td.TdClassName
{
border-color: #42D23D;
}
.TagClassName
{
border-color: #42D23D;
}
</style>