Html Css Color HEX #32BC21 Lime Green

📋 copy color: '#32BC21'

red 50 ◦ green 188 ◦ blue 33

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

Shades of Lime Green #32BC21

Tints of Lime Green #32BC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.18%

R = 18.45%
G = 69.37%
B = 12.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#32BC21 (or 0x32BC21) is known color: Lime Green. HEX triplet: 32, BC and 21. RGB value is (50,188,33). Sum of RGB (Red+Green+Blue) = 50+188+33=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 188 (73.83% from 255 or 69.37% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC21 is #CD43DE. Grayscale: #818181. Windows color (decimal): -13452255 or 2210866. OLE color: 2210866.

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

Color convert

RGB 50 188 33 -
CMYK 0.73 0 0.82 0.26
HSL 113.42º 0.7% 0.43% -
HSV(B) 113.42º 0.82% 0.74% -
XYZ 19.57 36.75 7.5 -
YUV 129.07 73.78 71.6 -
System Red Green Blue C M Y K H S L
Decimal 50 188 33 0.73 0 0.82 0.26 113.42 0.7 0.43
Hex 32 BC 21 49 0 52 1A 71 46 2B
Octal 62 274 41 111 0 122 32 161 106 53
Binary 110010 10111100 100001 1001001 0 1010010 11010 1110001 1000110 101011

Color Harmonies of #32BC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BC21

Black with #32BC21

Text Example


Text Example

White with #32BC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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