Shades of Lime Green #3CDB4B
Tints of Lime Green #3CDB4B
RGB
CMYK
RGB Variations
Color information
#3CDB4B (or 0x3CDB4B) is known color: Lime Green. HEX triplet: 3C, DB and 4B. RGB value is (60,219,75). Sum of RGB (Red+Green+Blue) = 60+219+75=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 219 (85.94% from 255 or 61.86% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDB4B is #C324B4. Grayscale: #9B9B9B. Windows color (decimal): -12788917 or 4971324. OLE color: 4971324.
HSL color Cylindrical-coordinate representation of color #3CDB4B: hue angle of 125.66º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDB4B is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 75 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.14 |
| HSL | 125.66º | 0.69% | 0.55% | - |
| HSV(B) | 125.66º | 0.73% | 0.86% | - |
| XYZ | 28.47 | 52.13 | 15.22 | - |
| YUV | 155.04 | 82.82 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 75 | 0.73 | 0 | 0.66 | 0.14 | 125.66 | 0.69 | 0.55 |
| Hex | 3C | DB | 4B | 49 | 0 | 42 | E | 7E | 45 | 37 |
| Octal | 74 | 333 | 113 | 111 | 0 | 102 | 16 | 176 | 105 | 67 |
| Binary | 111100 | 11011011 | 1001011 | 1001001 | 0 | 1000010 | 1110 | 1111110 | 1000101 | 110111 |
Color Harmonies of #3CDB4B
Complementary color
Monochromatic Colors of #3CDB4B
Black with #3CDB4B
Text Example
Text Example
White with #3CDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDB4B; }
p { color: rgb(60,219,75); }
H1.HeaderClassName
{
color: #3CDB4B;
}
.AnyTagClassName
{
color: #3CDB4B;
}
</style>
background-color css
<style>
a { background-color: #3CDB4B; }
a { background-color: rgb(60,219,75); }
div.DivClassName
{
background-color: #3CDB4B;
}
.BgClassName
{
background-color: #3CDB4B;
}
</style>
border-color css
<style>
span { border-color: #3CDB4B; }
span { border-color: rgb(60,219,75); }
td.TdClassName
{
border-color: #3CDB4B;
}
.TagClassName
{
border-color: #3CDB4B;
}
</style>