Html Css Color HEX #20E932 Lime Green

📋 copy color: '#20E932'

red 32 ◦ green 233 ◦ blue 50

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

Shades of Lime Green #20E932

Tints of Lime Green #20E932

RGB

 RED value IS 32 (12.89% from 255) = 10.16%

 GREEN value IS 233 (91.41% from 255) = 73.97%

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 10.16%
G = 73.97%
B = 15.87%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#20E932 (or 0x20E932) is known color: Lime Green. HEX triplet: 20, E9 and 32. RGB value is (32,233,50). Sum of RGB (Red+Green+Blue) = 32+233+50=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 233 (91.41% from 255 or 73.97% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 233 - color contains mainly: green. Hex color #20E932 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E932 is #DF16CD. Grayscale: #989898. Windows color (decimal): -14620366 or 3336480. OLE color: 3336480.

HSL color Cylindrical-coordinate representation of color #20E932: hue angle of 125.37º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E932 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 32 233 50 -
CMYK 0.86 0 0.79 0.09
HSL 125.37º 0.82% 0.52% -
HSV(B) 125.37º 0.86% 0.91% -
XYZ 30.31 58.82 12.77 -
YUV 152.04 70.41 42.38 -
System Red Green Blue C M Y K H S L
Decimal 32 233 50 0.86 0 0.79 0.09 125.37 0.82 0.52
Hex 20 E9 32 56 0 4F 9 7D 52 34
Octal 40 351 62 126 0 117 11 175 122 64
Binary 100000 11101001 110010 1010110 0 1001111 1001 1111101 1010010 110100

Color Harmonies of #20E932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E932

Black with #20E932

Text Example


Text Example

White with #20E932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20E932; }

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

 H1.HeaderClassName
 {
   color: #20E932;
 }
 .AnyTagClassName
 {
   color: #20E932;
 }
</style>

background-color css

<style>
 a { background-color: #20E932; }

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

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

border-color css

<style>
 span { border-color: #20E932; }

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

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