#33D413

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

Shades of Lime Green #33D413

Tints of Lime Green #33D413

Color information

#33D413 (or 0x33D413) is unknown color: approx Lime Green. HEX triplet: 33, D4 and 13. RGB value is (51,212,19). Sum of RGB (Red+Green+Blue) = 51+212+19=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 212 (83.20% from 255 or 75.18% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 212 - color contains mainly: green. Hex color #33D413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33D413 is #CC2BEC. Grayscale: #8E8E8E. Windows color (decimal): -13380589 or 1299507. OLE color: 1299507.

HSL color Cylindrical-coordinate representation of color #33D413: hue angle of 110.05º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33D413 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB5121219-
CMYK0.7600.910.17
HSL110.05º83.55%45.29%-
HSV(B)110.05º91.04%83.14%-
XYZ25.0347.848.53-
YUV141.8658.6663.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 212 (83.20% from 255) = 75.18%
BLUE value IS 19 (7.81% from 255) = 6.74%
R=18.09%
G=75.18%
B=6.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal51212190.7600.910.17110.0583.5545.29
Hex33D4134C05B116e542d
Octal633242311401332115612455
Binary11001111010100100111001100010110111000111011101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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