#33DC55

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

Shades of Lime Green #33DC55

Tints of Lime Green #33DC55

Color information

#33DC55 (or 0x33DC55) is unknown color: approx Lime Green. HEX triplet: 33, DC and 55. RGB value is (51,220,85). Sum of RGB (Red+Green+Blue) = 51+220+85=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 220 (86.33% from 255 or 61.80% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DC55 is #CC23AA. Grayscale: #9A9A9A. Windows color (decimal): -13378475 or 5626931. OLE color: 5626931.

HSL color Cylindrical-coordinate representation of color #33DC55: hue angle of 132.07º 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 #33DC55 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB5122085-
CMYK0.7700.610.14
HSL132.07º70.71%53.14%-
HSV(B)132.07º76.82%86.27%-
XYZ28.652.5517.23-
YUV154.0889.0154.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.33%
GREEN value IS 220 (86.33% from 255) = 61.80%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=14.33%
G=61.80%
B=23.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal51220850.7700.610.14132.0770.7153.14
Hex33DC554D03DE844735
Octal633341251150751620410765
Binary110011110111001010101100110101111011110100001001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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