Shades of Lime Green #42CA30
Tints of Lime Green #42CA30
RGB
CMYK
RGB Variations
Color information
#42CA30 (or 0x42CA30) is known color: Lime Green. HEX triplet: 42, CA and 30. RGB value is (66,202,48). Sum of RGB (Red+Green+Blue) = 66+202+48=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 202 (79.30% from 255 or 63.92% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CA30 is #BD35CF. Grayscale: #909090. Windows color (decimal): -12400080 or 3197506. OLE color: 3197506.
HSL color Cylindrical-coordinate representation of color #42CA30: hue angle of 112.99º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42CA30 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 48 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.21 |
| HSL | 112.99º | 0.62% | 0.49% | - |
| HSV(B) | 112.99º | 0.76% | 0.79% | - |
| XYZ | 23.9 | 43.61 | 9.95 | - |
| YUV | 143.78 | 73.94 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 48 | 0.67 | 0 | 0.76 | 0.21 | 112.99 | 0.62 | 0.49 |
| Hex | 42 | CA | 30 | 43 | 0 | 4C | 15 | 71 | 3E | 31 |
| Octal | 102 | 312 | 60 | 103 | 0 | 114 | 25 | 161 | 76 | 61 |
| Binary | 1000010 | 11001010 | 110000 | 1000011 | 0 | 1001100 | 10101 | 1110001 | 111110 | 110001 |
Color Harmonies of #42CA30
Complementary color
Monochromatic Colors of #42CA30
Black with #42CA30
Text Example
Text Example
White with #42CA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CA30; }
p { color: rgb(66,202,48); }
H1.HeaderClassName
{
color: #42CA30;
}
.AnyTagClassName
{
color: #42CA30;
}
</style>
background-color css
<style>
a { background-color: #42CA30; }
a { background-color: rgb(66,202,48); }
div.DivClassName
{
background-color: #42CA30;
}
.BgClassName
{
background-color: #42CA30;
}
</style>
border-color css
<style>
span { border-color: #42CA30; }
span { border-color: rgb(66,202,48); }
td.TdClassName
{
border-color: #42CA30;
}
.TagClassName
{
border-color: #42CA30;
}
</style>