Html Css Color HEX #32BC43 Lime Green

📋 copy color: '#32BC43'

red 50 ◦ green 188 ◦ blue 67

#32BC43
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #32BC43

Tints of Lime Green #32BC43

RGB

 RED value IS 50 (19.92% from 255) = 16.39%

 GREEN value IS 188 (73.83% from 255) = 61.64%

 BLUE value IS 67 (26.56% from 255) = 21.97%

R = 16.39%
G = 61.64%
B = 21.97%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#32BC43 (or 0x32BC43) is known color: Lime Green. HEX triplet: 32, BC and 43. RGB value is (50,188,67). Sum of RGB (Red+Green+Blue) = 50+188+67=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC43 is #CD43BC. Grayscale: #858585. Windows color (decimal): -13452221 or 4439090. OLE color: 4439090.

HSL color Cylindrical-coordinate representation of color #32BC43: hue angle of 127.39º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC43 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 188 67 -
CMYK 0.73 0 0.64 0.26
HSL 127.39º 0.58% 0.47% -
HSV(B) 127.39º 0.73% 0.74% -
XYZ 20.31 37.05 11.39 -
YUV 132.94 90.78 68.84 -
System Red Green Blue C M Y K H S L
Decimal 50 188 67 0.73 0 0.64 0.26 127.39 0.58 0.47
Hex 32 BC 43 49 0 40 1A 7F 3A 2F
Octal 62 274 103 111 0 100 32 177 72 57
Binary 110010 10111100 1000011 1001001 0 1000000 11010 1111111 111010 101111

Color Harmonies of #32BC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BC43

Black with #32BC43

Text Example


Text Example

White with #32BC43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32BC43;
 }
 .AnyTagClassName
 {
   color: #32BC43;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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