Shades of Lime Green #33C03E
Tints of Lime Green #33C03E
RGB
CMYK
RGB Variations
Color information
#33C03E (or 0x33C03E) is known color: Lime Green. HEX triplet: 33, C0 and 3E. RGB value is (51,192,62). Sum of RGB (Red+Green+Blue) = 51+192+62=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #33C03E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C03E is #CC3FC1. Grayscale: #878787. Windows color (decimal): -13385666 or 4112435. OLE color: 4112435.
HSL color Cylindrical-coordinate representation of color #33C03E: hue angle of 124.68º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33C03E is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 62 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.25 |
| HSL | 124.68º | 0.58% | 0.48% | - |
| HSV(B) | 124.68º | 0.73% | 0.75% | - |
| XYZ | 21.08 | 38.75 | 10.93 | - |
| YUV | 135.02 | 86.79 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 62 | 0.73 | 0 | 0.68 | 0.25 | 124.68 | 0.58 | 0.48 |
| Hex | 33 | C0 | 3E | 49 | 0 | 44 | 19 | 7D | 3A | 30 |
| Octal | 63 | 300 | 76 | 111 | 0 | 104 | 31 | 175 | 72 | 60 |
| Binary | 110011 | 11000000 | 111110 | 1001001 | 0 | 1000100 | 11001 | 1111101 | 111010 | 110000 |
Color Harmonies of #33C03E
Complementary color
Monochromatic Colors of #33C03E
Black with #33C03E
Text Example
Text Example
White with #33C03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C03E; }
p { color: rgb(51,192,62); }
H1.HeaderClassName
{
color: #33C03E;
}
.AnyTagClassName
{
color: #33C03E;
}
</style>
background-color css
<style>
a { background-color: #33C03E; }
a { background-color: rgb(51,192,62); }
div.DivClassName
{
background-color: #33C03E;
}
.BgClassName
{
background-color: #33C03E;
}
</style>
border-color css
<style>
span { border-color: #33C03E; }
span { border-color: rgb(51,192,62); }
td.TdClassName
{
border-color: #33C03E;
}
.TagClassName
{
border-color: #33C03E;
}
</style>