Html Css Color HEX #20C61E Lime Green

📋 copy color: '#20C61E'

red 32 ◦ green 198 ◦ blue 30

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

Shades of Lime Green #20C61E

Tints of Lime Green #20C61E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 76.15%

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

R = 12.31%
G = 76.15%
B = 11.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#20C61E (or 0x20C61E) is known color: Lime Green. HEX triplet: 20, C6 and 1E. RGB value is (32,198,30). Sum of RGB (Red+Green+Blue) = 32+198+30=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 198 (77.73% from 255 or 76.15% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 198 - color contains mainly: green. Hex color #20C61E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C61E is #DF39E1. Grayscale: #818181. Windows color (decimal): -14629346 or 2016800. OLE color: 2016800.

HSL color Cylindrical-coordinate representation of color #20C61E: hue angle of 119.29º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20C61E is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 198 30 -
CMYK 0.84 0 0.85 0.22
HSL 119.29º 0.74% 0.45% -
HSV(B) 119.29º 0.85% 0.78% -
XYZ 21.02 40.79 7.99 -
YUV 129.21 72 58.66 -
System Red Green Blue C M Y K H S L
Decimal 32 198 30 0.84 0 0.85 0.22 119.29 0.74 0.45
Hex 20 C6 1E 54 0 55 16 77 4A 2D
Octal 40 306 36 124 0 125 26 167 112 55
Binary 100000 11000110 11110 1010100 0 1010101 10110 1110111 1001010 101101

Color Harmonies of #20C61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C61E

Black with #20C61E

Text Example


Text Example

White with #20C61E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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