Shades of Lime Green #42CF25
Tints of Lime Green #42CF25
RGB
CMYK
RGB Variations
Color information
#42CF25 (or 0x42CF25) is known color: Lime Green. HEX triplet: 42, CF and 25. RGB value is (66,207,37). Sum of RGB (Red+Green+Blue) = 66+207+37=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 207 (81.25% from 255 or 66.77% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 207 - color contains mainly: green. Hex color #42CF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CF25 is #BD30DA. Grayscale: #929292. Windows color (decimal): -12398811 or 2477890. OLE color: 2477890.
HSL color Cylindrical-coordinate representation of color #42CF25: hue angle of 109.76º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42CF25 is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 207 | 37 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.19 |
| HSL | 109.76º | 0.7% | 0.48% | - |
| HSV(B) | 109.76º | 0.82% | 0.81% | - |
| XYZ | 24.89 | 45.92 | 9.3 | - |
| YUV | 145.46 | 66.79 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 37 | 0.68 | 0 | 0.82 | 0.19 | 109.76 | 0.7 | 0.48 |
| Hex | 42 | CF | 25 | 44 | 0 | 52 | 13 | 6E | 46 | 30 |
| Octal | 102 | 317 | 45 | 104 | 0 | 122 | 23 | 156 | 106 | 60 |
| Binary | 1000010 | 11001111 | 100101 | 1000100 | 0 | 1010010 | 10011 | 1101110 | 1000110 | 110000 |
Color Harmonies of #42CF25
Complementary color
Monochromatic Colors of #42CF25
Black with #42CF25
Text Example
Text Example
White with #42CF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CF25; }
p { color: rgb(66,207,37); }
H1.HeaderClassName
{
color: #42CF25;
}
.AnyTagClassName
{
color: #42CF25;
}
</style>
background-color css
<style>
a { background-color: #42CF25; }
a { background-color: rgb(66,207,37); }
div.DivClassName
{
background-color: #42CF25;
}
.BgClassName
{
background-color: #42CF25;
}
</style>
border-color css
<style>
span { border-color: #42CF25; }
span { border-color: rgb(66,207,37); }
td.TdClassName
{
border-color: #42CF25;
}
.TagClassName
{
border-color: #42CF25;
}
</style>