Html Css Color HEX #20BA21 Lime Green

📋 copy color: '#20BA21'

red 32 ◦ green 186 ◦ blue 33

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

Shades of Lime Green #20BA21

Tints of Lime Green #20BA21

RGB

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

 GREEN value IS 186 (73.05% from 255) = 74.1%

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

R = 12.75%
G = 74.1%
B = 13.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#20BA21 (or 0x20BA21) is known color: Lime Green. HEX triplet: 20, BA and 21. RGB value is (32,186,33). Sum of RGB (Red+Green+Blue) = 32+186+33=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 186 (73.05% from 255 or 74.10% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BA21 is #DF45DE. Grayscale: #7A7A7A. Windows color (decimal): -14632415 or 2210336. OLE color: 2210336.

HSL color Cylindrical-coordinate representation of color #20BA21: hue angle of 120.39º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BA21 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 186 33 -
CMYK 0.83 0 0.82 0.27
HSL 120.39º 0.71% 0.43% -
HSV(B) 120.39º 0.83% 0.73% -
XYZ 18.43 35.53 7.33 -
YUV 122.51 77.48 63.44 -
System Red Green Blue C M Y K H S L
Decimal 32 186 33 0.83 0 0.82 0.27 120.39 0.71 0.43
Hex 20 BA 21 53 0 52 1B 78 47 2B
Octal 40 272 41 123 0 122 33 170 107 53
Binary 100000 10111010 100001 1010011 0 1010010 11011 1111000 1000111 101011

Color Harmonies of #20BA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BA21

Black with #20BA21

Text Example


Text Example

White with #20BA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,186,33); }

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

background-color css

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

 a { background-color: rgb(32,186,33); }

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

border-color css

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

 span { border-color: rgb(32,186,33); }

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