Shades of Lime Green #3CE927
Tints of Lime Green #3CE927
RGB
CMYK
RGB Variations
Color information
#3CE927 (or 0x3CE927) is known color: Lime Green. HEX triplet: 3C, E9 and 27. RGB value is (60,233,39). Sum of RGB (Red+Green+Blue) = 60+233+39=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 233 (91.41% from 255 or 70.18% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 233 - color contains mainly: green. Hex color #3CE927 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE927 is #C316D8. Grayscale: #9F9F9F. Windows color (decimal): -12785369 or 2615612. OLE color: 2615612.
HSL color Cylindrical-coordinate representation of color #3CE927: hue angle of 113.51º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3CE927 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 233 | 39 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.09 |
| HSL | 113.51º | 0.82% | 0.53% | - |
| HSV(B) | 113.51º | 0.83% | 0.91% | - |
| XYZ | 31.37 | 59.38 | 11.73 | - |
| YUV | 159.16 | 60.19 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 233 | 39 | 0.74 | 0 | 0.83 | 0.09 | 113.51 | 0.82 | 0.53 |
| Hex | 3C | E9 | 27 | 4A | 0 | 53 | 9 | 72 | 52 | 35 |
| Octal | 74 | 351 | 47 | 112 | 0 | 123 | 11 | 162 | 122 | 65 |
| Binary | 111100 | 11101001 | 100111 | 1001010 | 0 | 1010011 | 1001 | 1110010 | 1010010 | 110101 |
Color Harmonies of #3CE927
Complementary color
Monochromatic Colors of #3CE927
Black with #3CE927
Text Example
Text Example
White with #3CE927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE927; }
p { color: rgb(60,233,39); }
H1.HeaderClassName
{
color: #3CE927;
}
.AnyTagClassName
{
color: #3CE927;
}
</style>
background-color css
<style>
a { background-color: #3CE927; }
a { background-color: rgb(60,233,39); }
div.DivClassName
{
background-color: #3CE927;
}
.BgClassName
{
background-color: #3CE927;
}
</style>
border-color css
<style>
span { border-color: #3CE927; }
span { border-color: rgb(60,233,39); }
td.TdClassName
{
border-color: #3CE927;
}
.TagClassName
{
border-color: #3CE927;
}
</style>