#33B62A

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

Shades of Lime Green #33B62A

Tints of Lime Green #33B62A

Color information

#33B62A (or 0x33B62A) is unknown color: approx Lime Green. HEX triplet: 33, B6 and 2A. RGB value is (51,182,42). Sum of RGB (Red+Green+Blue) = 51+182+42=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 182 (71.48% from 255 or 66.18% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 182 - color contains mainly: green. Hex color #33B62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B62A is #CC49D5. Grayscale: #7F7F7F. Windows color (decimal): -13388246 or 2799155. OLE color: 2799155.

HSL color Cylindrical-coordinate representation of color #33B62A: hue angle of 116.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33B62A is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB5118242-
CMYK0.7200.770.29
HSL116.14º62.5%43.92%-
HSV(B)116.14º76.92%71.37%-
XYZ18.5134.337.84-
YUV126.8780.173.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 182 (71.48% from 255) = 66.18%
BLUE value IS 42 (16.80% from 255) = 15.27%
R=18.55%
G=66.18%
B=15.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51182420.7200.770.29116.1462.543.92
Hex33B62A4804D1D743e2c
Octal63266521100115351647654
Binary11001110110110101010100100001001101111011110100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,182,42); }

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

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

 a { background-color: rgb(51,182,42); }

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

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

 span { border-color: rgb(51,182,42); }

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