#33AB35

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

Shades of Lime Green #33AB35

Tints of Lime Green #33AB35

Color information

#33AB35 (or 0x33AB35) is unknown color: approx Lime Green. HEX triplet: 33, AB and 35. RGB value is (51,171,53). Sum of RGB (Red+Green+Blue) = 51+171+53=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 171 (67.19% from 255 or 62.18% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 171 - color contains mainly: green. Hex color #33AB35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AB35 is #CC54CA. Grayscale: #7A7A7A. Windows color (decimal): -13391051 or 3517235. OLE color: 3517235.

HSL color Cylindrical-coordinate representation of color #33AB35: hue angle of 121º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AB35 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB5117153-
CMYK0.7000.690.33
HSL121º54.05%43.53%-
HSV(B)121º70.18%67.06%-
XYZ16.5730.098.3-
YUV121.6789.2477.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 171 (67.19% from 255) = 62.18%
BLUE value IS 53 (21.09% from 255) = 19.27%
R=18.55%
G=62.18%
B=19.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51171530.7000.690.3312154.0543.53
Hex33AB35460452179362c
Octal63253651060105411716654
Binary110011101010111101011000110010001011000011111001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,171,53); }

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

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

 a { background-color: rgb(51,171,53); }

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

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

 span { border-color: rgb(51,171,53); }

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