#33DC13

Color #33DC13 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #33DC13

Tints of Lime Green #33DC13

Color information

#33DC13 (or 0x33DC13) is unknown color: approx Lime Green. HEX triplet: 33, DC and 13. RGB value is (51,220,19). Sum of RGB (Red+Green+Blue) = 51+220+19=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 220 (86.33% from 255 or 75.86% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DC13 is #CC23EC. Grayscale: #939393. Windows color (decimal): -13378541 or 1301555. OLE color: 1301555.

HSL color Cylindrical-coordinate representation of color #33DC13: hue angle of 110.45º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33DC13 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB5122019-
CMYK0.7700.910.14
HSL110.45º84.1%46.86%-
HSV(B)110.45º91.36%86.27%-
XYZ27.0851.949.21-
YUV146.5556.0159.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 220 (86.33% from 255) = 75.86%
BLUE value IS 19 (7.81% from 255) = 6.55%
R=17.59%
G=75.86%
B=6.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal51220190.7700.910.14110.4584.146.86
Hex33DC134D05BE6e542f
Octal633342311501331615612457
Binary1100111101110010011100110101011011111011011101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33DC13; }

 p { color: rgb(51,220,19); }

 H1.HeaderClassName
 {
   color: #33DC13;
 }
 .AnyTagClassName
 {
   color: #33DC13;
 }
</style>
background-color css

<style>
 a { background-color: #33DC13; }

 a { background-color: rgb(51,220,19); }

 div.DivClassName
 {
   background-color: #33DC13;
 }
 .BgClassName
 {
   background-color: #33DC13;
 }
</style>
border-color css

<style>
 span { border-color: #33DC13; }

 span { border-color: rgb(51,220,19); }

 td.TdClassName
 {
   border-color: #33DC13;
 }
 .TagClassName
 {
   border-color: #33DC13;
 }
</style>