#33DC39

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

Shades of Lime Green #33DC39

Tints of Lime Green #33DC39

Color information

#33DC39 (or 0x33DC39) is unknown color: approx Lime Green. HEX triplet: 33, DC and 39. RGB value is (51,220,57). Sum of RGB (Red+Green+Blue) = 51+220+57=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 220 (86.33% from 255 or 67.07% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DC39 is #CC23C6. Grayscale: #979797. Windows color (decimal): -13378503 or 3791923. OLE color: 3791923.

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

Color convert

RGB5122057-
CMYK0.7700.740.14
HSL122.13º70.71%53.14%-
HSV(B)122.13º76.82%86.27%-
XYZ27.752.1912.48-
YUV150.8975.0156.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.55%
GREEN value IS 220 (86.33% from 255) = 67.07%
BLUE value IS 57 (22.66% from 255) = 17.38%
R=15.55%
G=67.07%
B=17.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal51220570.7700.740.14122.1370.7153.14
Hex33DC394D04AE7a4735
Octal633347111501121617210765
Binary11001111011100111001100110101001010111011110101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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