Html Css Color HEX #20B22A Lime Green

📋 copy color: '#20B22A'

red 32 ◦ green 178 ◦ blue 42

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

Shades of Lime Green #20B22A

Tints of Lime Green #20B22A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 70.63%

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 12.7%
G = 70.63%
B = 16.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#20B22A (or 0x20B22A) is known color: Lime Green. HEX triplet: 20, B2 and 2A. RGB value is (32,178,42). Sum of RGB (Red+Green+Blue) = 32+178+42=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 178 (69.92% from 255 or 70.63% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 178 - color contains mainly: green. Hex color #20B22A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20B22A is #DF4DD5. Grayscale: #777777. Windows color (decimal): -14634454 or 2798112. OLE color: 2798112.

HSL color Cylindrical-coordinate representation of color #20B22A: hue angle of 124.11º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B22A is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 178 42 -
CMYK 0.82 0 0.76 0.30
HSL 124.11º 0.7% 0.41% -
HSV(B) 124.11º 0.82% 0.7% -
XYZ 16.93 32.32 7.54 -
YUV 118.84 84.63 66.06 -
System Red Green Blue C M Y K H S L
Decimal 32 178 42 0.82 0 0.76 0.30 124.11 0.7 0.41
Hex 20 B2 2A 52 0 4C 1E 7C 46 29
Octal 40 262 52 122 0 114 36 174 106 51
Binary 100000 10110010 101010 1010010 0 1001100 11110 1111100 1000110 101001

Color Harmonies of #20B22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B22A

Black with #20B22A

Text Example


Text Example

White with #20B22A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,178,42); }

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

background-color css

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

 a { background-color: rgb(32,178,42); }

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

border-color css

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

 span { border-color: rgb(32,178,42); }

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