Shades of Lime Green #3CE926
Tints of Lime Green #3CE926
RGB
CMYK
RGB Variations
Color information
#3CE926 (or 0x3CE926) is known color: Lime Green. HEX triplet: 3C, E9 and 26. RGB value is (60,233,38). Sum of RGB (Red+Green+Blue) = 60+233+38=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 233 (91.41% from 255 or 70.39% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 233 - color contains mainly: green. Hex color #3CE926 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE926 is #C316D9. Grayscale: #9F9F9F. Windows color (decimal): -12785370 or 2550076. OLE color: 2550076.
HSL color Cylindrical-coordinate representation of color #3CE926: hue angle of 113.23º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CE926 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 233 | 38 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.09 |
| HSL | 113.23º | 0.82% | 0.53% | - |
| HSV(B) | 113.23º | 0.84% | 0.91% | - |
| XYZ | 31.35 | 59.38 | 11.64 | - |
| YUV | 159.04 | 59.69 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 233 | 38 | 0.74 | 0 | 0.84 | 0.09 | 113.23 | 0.82 | 0.53 |
| Hex | 3C | E9 | 26 | 4A | 0 | 54 | 9 | 71 | 52 | 35 |
| Octal | 74 | 351 | 46 | 112 | 0 | 124 | 11 | 161 | 122 | 65 |
| Binary | 111100 | 11101001 | 100110 | 1001010 | 0 | 1010100 | 1001 | 1110001 | 1010010 | 110101 |
Color Harmonies of #3CE926
Complementary color
Monochromatic Colors of #3CE926
Black with #3CE926
Text Example
Text Example
White with #3CE926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE926; }
p { color: rgb(60,233,38); }
H1.HeaderClassName
{
color: #3CE926;
}
.AnyTagClassName
{
color: #3CE926;
}
</style>
background-color css
<style>
a { background-color: #3CE926; }
a { background-color: rgb(60,233,38); }
div.DivClassName
{
background-color: #3CE926;
}
.BgClassName
{
background-color: #3CE926;
}
</style>
border-color css
<style>
span { border-color: #3CE926; }
span { border-color: rgb(60,233,38); }
td.TdClassName
{
border-color: #3CE926;
}
.TagClassName
{
border-color: #3CE926;
}
</style>