Html Css Color HEX #20BD18 Lime Green

📋 copy color: '#20BD18'

red 32 ◦ green 189 ◦ blue 24

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

Shades of Lime Green #20BD18

Tints of Lime Green #20BD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.8%

R = 13.06%
G = 77.14%
B = 9.8%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#20BD18 (or 0x20BD18) is known color: Lime Green. HEX triplet: 20, BD and 18. RGB value is (32,189,24). Sum of RGB (Red+Green+Blue) = 32+189+24=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 189 (74.22% from 255 or 77.14% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BD18 is #DF42E7. Grayscale: #7B7B7B. Windows color (decimal): -14631656 or 1621280. OLE color: 1621280.

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

Color convert

RGB 32 189 24 -
CMYK 0.83 0 0.87 0.26
HSL 117.09º 0.77% 0.42% -
HSV(B) 117.09º 0.87% 0.74% -
XYZ 18.96 36.77 6.96 -
YUV 123.25 71.99 62.92 -
System Red Green Blue C M Y K H S L
Decimal 32 189 24 0.83 0 0.87 0.26 117.09 0.77 0.42
Hex 20 BD 18 53 0 57 1A 75 4D 2A
Octal 40 275 30 123 0 127 32 165 115 52
Binary 100000 10111101 11000 1010011 0 1010111 11010 1110101 1001101 101010

Color Harmonies of #20BD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BD18

Black with #20BD18

Text Example


Text Example

White with #20BD18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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