Html Css Color HEX #20BD1A Lime Green

📋 copy color: '#20BD1A'

red 32 ◦ green 189 ◦ blue 26

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

Shades of Lime Green #20BD1A

Tints of Lime Green #20BD1A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 76.52%

 BLUE value IS 26 (10.55% from 255) = 10.53%

R = 12.96%
G = 76.52%
B = 10.53%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#20BD1A (or 0x20BD1A) is known color: Lime Green. HEX triplet: 20, BD and 1A. RGB value is (32,189,26). Sum of RGB (Red+Green+Blue) = 32+189+26=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 189 (74.22% from 255 or 76.52% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BD1A is #DF42E5. Grayscale: #7B7B7B. Windows color (decimal): -14631654 or 1752352. OLE color: 1752352.

HSL color Cylindrical-coordinate representation of color #20BD1A: hue angle of 117.79º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20BD1A is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 189 26 -
CMYK 0.83 0 0.86 0.26
HSL 117.79º 0.76% 0.42% -
HSV(B) 117.79º 0.86% 0.74% -
XYZ 18.98 36.78 7.08 -
YUV 123.48 72.99 62.75 -
System Red Green Blue C M Y K H S L
Decimal 32 189 26 0.83 0 0.86 0.26 117.79 0.76 0.42
Hex 20 BD 1A 53 0 56 1A 76 4C 2A
Octal 40 275 32 123 0 126 32 166 114 52
Binary 100000 10111101 11010 1010011 0 1010110 11010 1110110 1001100 101010

Color Harmonies of #20BD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BD1A

Black with #20BD1A

Text Example


Text Example

White with #20BD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,189,26); }

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

background-color css

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

 a { background-color: rgb(32,189,26); }

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

border-color css

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

 span { border-color: rgb(32,189,26); }

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