Html Css Color HEX #20BA1D Lime Green

📋 copy color: '#20BA1D'

red 32 ◦ green 186 ◦ blue 29

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

Shades of Lime Green #20BA1D

Tints of Lime Green #20BA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.74%

R = 12.96%
G = 75.3%
B = 11.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#20BA1D (or 0x20BA1D) is known color: Lime Green. HEX triplet: 20, BA and 1D. RGB value is (32,186,29). Sum of RGB (Red+Green+Blue) = 32+186+29=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 186 (73.05% from 255 or 75.30% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BA1D is #DF45E2. Grayscale: #7A7A7A. Windows color (decimal): -14632419 or 1948192. OLE color: 1948192.

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

Color convert

RGB 32 186 29 -
CMYK 0.83 0 0.84 0.27
HSL 118.85º 0.73% 0.42% -
HSV(B) 118.85º 0.84% 0.73% -
XYZ 18.38 35.51 7.05 -
YUV 122.06 75.48 63.77 -
System Red Green Blue C M Y K H S L
Decimal 32 186 29 0.83 0 0.84 0.27 118.85 0.73 0.42
Hex 20 BA 1D 53 0 54 1B 77 49 2A
Octal 40 272 35 123 0 124 33 167 111 52
Binary 100000 10111010 11101 1010011 0 1010100 11011 1110111 1001001 101010

Color Harmonies of #20BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BA1D

Black with #20BA1D

Text Example


Text Example

White with #20BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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