Html Css Color HEX #20BC14 Lime Green

📋 copy color: '#20BC14'

red 32 ◦ green 188 ◦ blue 20

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

Shades of Lime Green #20BC14

Tints of Lime Green #20BC14

RGB

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

 GREEN value IS 188 (73.83% from 255) = 78.33%

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 13.33%
G = 78.33%
B = 8.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#20BC14 (or 0x20BC14) is known color: Lime Green. HEX triplet: 20, BC and 14. RGB value is (32,188,20). Sum of RGB (Red+Green+Blue) = 32+188+20=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 188 (73.83% from 255 or 78.33% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BC14 is #DF43EB. Grayscale: #7A7A7A. Windows color (decimal): -14631916 or 1358880. OLE color: 1358880.

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

Color convert

RGB 32 188 20 -
CMYK 0.83 0 0.89 0.26
HSL 115.71º 0.81% 0.41% -
HSV(B) 115.71º 0.89% 0.74% -
XYZ 18.71 36.32 6.69 -
YUV 122.2 70.32 63.66 -
System Red Green Blue C M Y K H S L
Decimal 32 188 20 0.83 0 0.89 0.26 115.71 0.81 0.41
Hex 20 BC 14 53 0 59 1A 74 51 29
Octal 40 274 24 123 0 131 32 164 121 51
Binary 100000 10111100 10100 1010011 0 1011001 11010 1110100 1010001 101001

Color Harmonies of #20BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BC14

Black with #20BC14

Text Example


Text Example

White with #20BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,188,20); }

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

background-color css

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

 a { background-color: rgb(32,188,20); }

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

border-color css

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

 span { border-color: rgb(32,188,20); }

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