#32CB43

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

Shades of Lime Green #32CB43

Tints of Lime Green #32CB43

Color information

#32CB43 (or 0x32CB43) is unknown color: approx Lime Green. HEX triplet: 32, CB and 43. RGB value is (50,203,67). Sum of RGB (Red+Green+Blue) = 50+203+67=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 203 (79.69% from 255 or 63.44% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 203 - color contains mainly: green. Hex color #32CB43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CB43 is #CD34BC. Grayscale: #8E8E8E. Windows color (decimal): -13448381 or 4442930. OLE color: 4442930.

HSL color Cylindrical-coordinate representation of color #32CB43: hue angle of 126.67º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CB43 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB5020367-
CMYK0.7500.670.20
HSL126.67º60.47%49.61%-
HSV(B)126.67º75.37%79.61%-
XYZ23.6843.812.52-
YUV141.7585.8162.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.62%
GREEN value IS 203 (79.69% from 255) = 63.44%
BLUE value IS 67 (26.56% from 255) = 20.94%
R=15.62%
G=63.44%
B=20.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal50203670.7500.670.20126.6760.4749.61
Hex32CB434B043147f3c32
Octal623131031130103241777462
Binary110010110010111000011100101101000011101001111111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,203,67); }

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

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

 a { background-color: rgb(50,203,67); }

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

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

 span { border-color: rgb(50,203,67); }

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