Html Css Color HEX #20C80F Lime Green

📋 copy color: '#20C80F'

red 32 ◦ green 200 ◦ blue 15

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

Shades of Lime Green #20C80F

Tints of Lime Green #20C80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 80.97%

 BLUE value IS 15 (6.25% from 255) = 6.07%

R = 12.96%
G = 80.97%
B = 6.07%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#20C80F (or 0x20C80F) is known color: Lime Green. HEX triplet: 20, C8 and 0F. RGB value is (32,200,15). Sum of RGB (Red+Green+Blue) = 32+200+15=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 200 (78.52% from 255 or 80.97% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 200 - color contains mainly: green. Hex color #20C80F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C80F is #DF37F0. Grayscale: #818181. Windows color (decimal): -14628849 or 1034272. OLE color: 1034272.

HSL color Cylindrical-coordinate representation of color #20C80F: hue angle of 114.49º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20C80F is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 200 15 -
CMYK 0.84 0 0.92 0.22
HSL 114.49º 0.86% 0.42% -
HSV(B) 114.49º 0.93% 0.78% -
XYZ 21.34 41.65 7.37 -
YUV 128.68 63.84 59.04 -
System Red Green Blue C M Y K H S L
Decimal 32 200 15 0.84 0 0.92 0.22 114.49 0.86 0.42
Hex 20 C8 F 54 0 5C 16 72 56 2A
Octal 40 310 17 124 0 134 26 162 126 52
Binary 100000 11001000 1111 1010100 0 1011100 10110 1110010 1010110 101010

Color Harmonies of #20C80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C80F

Black with #20C80F

Text Example


Text Example

White with #20C80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,200,15); }

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

background-color css

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

 a { background-color: rgb(32,200,15); }

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

border-color css

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

 span { border-color: rgb(32,200,15); }

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