Html Css Color HEX #32E020 Lime Green

📋 copy color: '#32E020'

red 50 ◦ green 224 ◦ blue 32

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

Shades of Lime Green #32E020

Tints of Lime Green #32E020

RGB

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

 GREEN value IS 224 (87.89% from 255) = 73.2%

 BLUE value IS 32 (12.89% from 255) = 10.46%

R = 16.34%
G = 73.2%
B = 10.46%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#32E020 (or 0x32E020) is known color: Lime Green. HEX triplet: 32, E0 and 20. RGB value is (50,224,32). Sum of RGB (Red+Green+Blue) = 50+224+32=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 224 (87.89% from 255 or 73.20% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 224 - color contains mainly: green. Hex color #32E020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E020 is #CD1FDF. Grayscale: #969696. Windows color (decimal): -13443040 or 2154546. OLE color: 2154546.

HSL color Cylindrical-coordinate representation of color #32E020: hue angle of 114.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32E020 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 224 32 -
CMYK 0.78 0 0.86 0.12
HSL 114.38º 0.76% 0.5% -
HSV(B) 114.38º 0.86% 0.88% -
XYZ 28.23 54.09 10.32 -
YUV 150.09 61.35 56.61 -
System Red Green Blue C M Y K H S L
Decimal 50 224 32 0.78 0 0.86 0.12 114.38 0.76 0.5
Hex 32 E0 20 4E 0 56 C 72 4C 32
Octal 62 340 40 116 0 126 14 162 114 62
Binary 110010 11100000 100000 1001110 0 1010110 1100 1110010 1001100 110010

Color Harmonies of #32E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E020

Black with #32E020

Text Example


Text Example

White with #32E020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,224,32); }

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

background-color css

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

 a { background-color: rgb(50,224,32); }

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

border-color css

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

 span { border-color: rgb(50,224,32); }

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