Shades of Lime Green #3CCB25
Tints of Lime Green #3CCB25
RGB
CMYK
RGB Variations
Color information
#3CCB25 (or 0x3CCB25) is known color: Lime Green. HEX triplet: 3C, CB and 25. RGB value is (60,203,37). Sum of RGB (Red+Green+Blue) = 60+203+37=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 203 (79.69% from 255 or 67.67% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCB25 is #C334DA. Grayscale: #8D8D8D. Windows color (decimal): -12793051 or 2476860. OLE color: 2476860.
HSL color Cylindrical-coordinate representation of color #3CCB25: hue angle of 111.69º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CCB25 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 37 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.20 |
| HSL | 111.69º | 0.69% | 0.47% | - |
| HSV(B) | 111.69º | 0.82% | 0.8% | - |
| XYZ | 23.55 | 43.81 | 8.96 | - |
| YUV | 141.32 | 69.12 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 37 | 0.70 | 0 | 0.82 | 0.20 | 111.69 | 0.69 | 0.47 |
| Hex | 3C | CB | 25 | 46 | 0 | 52 | 14 | 70 | 45 | 2F |
| Octal | 74 | 313 | 45 | 106 | 0 | 122 | 24 | 160 | 105 | 57 |
| Binary | 111100 | 11001011 | 100101 | 1000110 | 0 | 1010010 | 10100 | 1110000 | 1000101 | 101111 |
Color Harmonies of #3CCB25
Complementary color
Monochromatic Colors of #3CCB25
Black with #3CCB25
Text Example
Text Example
White with #3CCB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCB25; }
p { color: rgb(60,203,37); }
H1.HeaderClassName
{
color: #3CCB25;
}
.AnyTagClassName
{
color: #3CCB25;
}
</style>
background-color css
<style>
a { background-color: #3CCB25; }
a { background-color: rgb(60,203,37); }
div.DivClassName
{
background-color: #3CCB25;
}
.BgClassName
{
background-color: #3CCB25;
}
</style>
border-color css
<style>
span { border-color: #3CCB25; }
span { border-color: rgb(60,203,37); }
td.TdClassName
{
border-color: #3CCB25;
}
.TagClassName
{
border-color: #3CCB25;
}
</style>