Html Css Color HEX #20C93E Lime Green

📋 copy color: '#20C93E'

red 32 ◦ green 201 ◦ blue 62

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

Shades of Lime Green #20C93E

Tints of Lime Green #20C93E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 68.14%

 BLUE value IS 62 (24.61% from 255) = 21.02%

R = 10.85%
G = 68.14%
B = 21.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#20C93E (or 0x20C93E) is known color: Lime Green. HEX triplet: 20, C9 and 3E. RGB value is (32,201,62). Sum of RGB (Red+Green+Blue) = 32+201+62=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 201 (78.91% from 255 or 68.14% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 201 - color contains mainly: green. Hex color #20C93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C93E is #DF36C1. Grayscale: #878787. Windows color (decimal): -14628546 or 4114720. OLE color: 4114720.

HSL color Cylindrical-coordinate representation of color #20C93E: hue angle of 130.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C93E is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 201 62 -
CMYK 0.84 0 0.69 0.21
HSL 130.65º 0.73% 0.46% -
HSV(B) 130.65º 0.84% 0.79% -
XYZ 22.35 42.43 11.57 -
YUV 134.62 87.01 54.8 -
System Red Green Blue C M Y K H S L
Decimal 32 201 62 0.84 0 0.69 0.21 130.65 0.73 0.46
Hex 20 C9 3E 54 0 45 15 83 49 2E
Octal 40 311 76 124 0 105 25 203 111 56
Binary 100000 11001001 111110 1010100 0 1000101 10101 10000011 1001001 101110

Color Harmonies of #20C93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C93E

Black with #20C93E

Text Example


Text Example

White with #20C93E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,201,62); }

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

background-color css

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

 a { background-color: rgb(32,201,62); }

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

border-color css

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

 span { border-color: rgb(32,201,62); }

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