Html Css Color HEX #20C11E Lime Green

📋 copy color: '#20C11E'

red 32 ◦ green 193 ◦ blue 30

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

Shades of Lime Green #20C11E

Tints of Lime Green #20C11E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 75.69%

 BLUE value IS 30 (12.11% from 255) = 11.76%

R = 12.55%
G = 75.69%
B = 11.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#20C11E (or 0x20C11E) is known color: Lime Green. HEX triplet: 20, C1 and 1E. RGB value is (32,193,30). Sum of RGB (Red+Green+Blue) = 32+193+30=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 193 (75.78% from 255 or 75.69% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 193 - color contains mainly: green. Hex color #20C11E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C11E is #DF3EE1. Grayscale: #7E7E7E. Windows color (decimal): -14630626 or 2015520. OLE color: 2015520.

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

Color convert

RGB 32 193 30 -
CMYK 0.83 0 0.84 0.24
HSL 119.26º 0.73% 0.44% -
HSV(B) 119.26º 0.84% 0.76% -
XYZ 19.9 38.54 7.62 -
YUV 126.28 73.66 60.75 -
System Red Green Blue C M Y K H S L
Decimal 32 193 30 0.83 0 0.84 0.24 119.26 0.73 0.44
Hex 20 C1 1E 53 0 54 18 77 49 2C
Octal 40 301 36 123 0 124 30 167 111 54
Binary 100000 11000001 11110 1010011 0 1010100 11000 1110111 1001001 101100

Color Harmonies of #20C11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C11E

Black with #20C11E

Text Example


Text Example

White with #20C11E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,193,30); }

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

background-color css

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

 a { background-color: rgb(32,193,30); }

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

border-color css

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

 span { border-color: rgb(32,193,30); }

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