Shades of Lime Green #3CCA25
Tints of Lime Green #3CCA25
RGB
CMYK
RGB Variations
Color information
#3CCA25 (or 0x3CCA25) is known color: Lime Green. HEX triplet: 3C, CA and 25. RGB value is (60,202,37). Sum of RGB (Red+Green+Blue) = 60+202+37=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 202 (79.30% from 255 or 67.56% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCA25 is #C335DA. Grayscale: #8D8D8D. Windows color (decimal): -12793307 or 2476604. OLE color: 2476604.
HSL color Cylindrical-coordinate representation of color #3CCA25: hue angle of 111.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CCA25 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 37 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.21 |
| HSL | 111.64º | 0.69% | 0.47% | - |
| HSV(B) | 111.64º | 0.82% | 0.79% | - |
| XYZ | 23.32 | 43.34 | 8.89 | - |
| YUV | 140.73 | 69.46 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 37 | 0.70 | 0 | 0.82 | 0.21 | 111.64 | 0.69 | 0.47 |
| Hex | 3C | CA | 25 | 46 | 0 | 52 | 15 | 70 | 45 | 2F |
| Octal | 74 | 312 | 45 | 106 | 0 | 122 | 25 | 160 | 105 | 57 |
| Binary | 111100 | 11001010 | 100101 | 1000110 | 0 | 1010010 | 10101 | 1110000 | 1000101 | 101111 |
Color Harmonies of #3CCA25
Complementary color
Monochromatic Colors of #3CCA25
Black with #3CCA25
Text Example
Text Example
White with #3CCA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCA25; }
p { color: rgb(60,202,37); }
H1.HeaderClassName
{
color: #3CCA25;
}
.AnyTagClassName
{
color: #3CCA25;
}
</style>
background-color css
<style>
a { background-color: #3CCA25; }
a { background-color: rgb(60,202,37); }
div.DivClassName
{
background-color: #3CCA25;
}
.BgClassName
{
background-color: #3CCA25;
}
</style>
border-color css
<style>
span { border-color: #3CCA25; }
span { border-color: rgb(60,202,37); }
td.TdClassName
{
border-color: #3CCA25;
}
.TagClassName
{
border-color: #3CCA25;
}
</style>