Shades of Lime Green #42CF38
Tints of Lime Green #42CF38
RGB
CMYK
RGB Variations
Color information
#42CF38 (or 0x42CF38) is known color: Lime Green. HEX triplet: 42, CF and 38. RGB value is (66,207,56). Sum of RGB (Red+Green+Blue) = 66+207+56=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 207 (81.25% from 255 or 62.92% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 207 - color contains mainly: green. Hex color #42CF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CF38 is #BD30C7. Grayscale: #949494. Windows color (decimal): -12398792 or 3723074. OLE color: 3723074.
HSL color Cylindrical-coordinate representation of color #42CF38: hue angle of 116.03º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42CF38 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 207 | 56 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.19 |
| HSL | 116.03º | 0.61% | 0.52% | - |
| HSV(B) | 116.03º | 0.73% | 0.81% | - |
| XYZ | 25.27 | 46.07 | 11.3 | - |
| YUV | 147.63 | 76.29 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 56 | 0.68 | 0 | 0.73 | 0.19 | 116.03 | 0.61 | 0.52 |
| Hex | 42 | CF | 38 | 44 | 0 | 49 | 13 | 74 | 3D | 34 |
| Octal | 102 | 317 | 70 | 104 | 0 | 111 | 23 | 164 | 75 | 64 |
| Binary | 1000010 | 11001111 | 111000 | 1000100 | 0 | 1001001 | 10011 | 1110100 | 111101 | 110100 |
Color Harmonies of #42CF38
Complementary color
Monochromatic Colors of #42CF38
Black with #42CF38
Text Example
Text Example
White with #42CF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CF38; }
p { color: rgb(66,207,56); }
H1.HeaderClassName
{
color: #42CF38;
}
.AnyTagClassName
{
color: #42CF38;
}
</style>
background-color css
<style>
a { background-color: #42CF38; }
a { background-color: rgb(66,207,56); }
div.DivClassName
{
background-color: #42CF38;
}
.BgClassName
{
background-color: #42CF38;
}
</style>
border-color css
<style>
span { border-color: #42CF38; }
span { border-color: rgb(66,207,56); }
td.TdClassName
{
border-color: #42CF38;
}
.TagClassName
{
border-color: #42CF38;
}
</style>