Shades of Lime Green #33C93B
Tints of Lime Green #33C93B
RGB
CMYK
RGB Variations
Color information
#33C93B (or 0x33C93B) is known color: Lime Green. HEX triplet: 33, C9 and 3B. RGB value is (51,201,59). Sum of RGB (Red+Green+Blue) = 51+201+59=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 201 (78.91% from 255 or 64.63% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 201 - color contains mainly: green. Hex color #33C93B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C93B is #CC36C4. Grayscale: #8C8C8C. Windows color (decimal): -13383365 or 3918131. OLE color: 3918131.
HSL color Cylindrical-coordinate representation of color #33C93B: hue angle of 123.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C93B is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 201 | 59 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.21 |
| HSL | 123.2º | 0.6% | 0.49% | - |
| HSV(B) | 123.2º | 0.75% | 0.79% | - |
| XYZ | 23.04 | 42.79 | 11.18 | - |
| YUV | 139.96 | 82.31 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 201 | 59 | 0.75 | 0 | 0.71 | 0.21 | 123.2 | 0.6 | 0.49 |
| Hex | 33 | C9 | 3B | 4B | 0 | 47 | 15 | 7B | 3C | 31 |
| Octal | 63 | 311 | 73 | 113 | 0 | 107 | 25 | 173 | 74 | 61 |
| Binary | 110011 | 11001001 | 111011 | 1001011 | 0 | 1000111 | 10101 | 1111011 | 111100 | 110001 |
Color Harmonies of #33C93B
Complementary color
Monochromatic Colors of #33C93B
Black with #33C93B
Text Example
Text Example
White with #33C93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C93B; }
p { color: rgb(51,201,59); }
H1.HeaderClassName
{
color: #33C93B;
}
.AnyTagClassName
{
color: #33C93B;
}
</style>
background-color css
<style>
a { background-color: #33C93B; }
a { background-color: rgb(51,201,59); }
div.DivClassName
{
background-color: #33C93B;
}
.BgClassName
{
background-color: #33C93B;
}
</style>
border-color css
<style>
span { border-color: #33C93B; }
span { border-color: rgb(51,201,59); }
td.TdClassName
{
border-color: #33C93B;
}
.TagClassName
{
border-color: #33C93B;
}
</style>