#32BE2B

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

Shades of Lime Green #32BE2B

Tints of Lime Green #32BE2B

Color information

#32BE2B (or 0x32BE2B) is unknown color: approx Lime Green. HEX triplet: 32, BE and 2B. RGB value is (50,190,43). Sum of RGB (Red+Green+Blue) = 50+190+43=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 190 (74.61% from 255 or 67.14% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BE2B is #CD41D4. Grayscale: #838383. Windows color (decimal): -13451733 or 2866738. OLE color: 2866738.

HSL color Cylindrical-coordinate representation of color #32BE2B: hue angle of 117.14º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BE2B is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB5019043-
CMYK0.7400.770.25
HSL117.14º63.09%45.69%-
HSV(B)117.14º77.37%74.51%-
XYZ20.1637.688.5-
YUV131.3878.1269.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 190 (74.61% from 255) = 67.14%
BLUE value IS 43 (17.19% from 255) = 15.19%
R=17.67%
G=67.14%
B=15.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50190430.7400.770.25117.1463.0945.69
Hex32BE2B4A04D19753f2e
Octal62276531120115311657756
Binary11001010111110101011100101001001101110011110101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32BE2B; }

 p { color: rgb(50,190,43); }

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

<style>
 a { background-color: #32BE2B; }

 a { background-color: rgb(50,190,43); }

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

<style>
 span { border-color: #32BE2B; }

 span { border-color: rgb(50,190,43); }

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