Html Css Color HEX #20C93D Lime Green

📋 copy color: '#20C93D'

red 32 ◦ green 201 ◦ blue 61

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

Shades of Lime Green #20C93D

Tints of Lime Green #20C93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.75%

R = 10.88%
G = 68.37%
B = 20.75%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#20C93D (or 0x20C93D) is known color: Lime Green. HEX triplet: 20, C9 and 3D. RGB value is (32,201,61). Sum of RGB (Red+Green+Blue) = 32+201+61=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 201 (78.91% from 255 or 68.37% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 201 - color contains mainly: green. Hex color #20C93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C93D is #DF36C2. Grayscale: #868686. Windows color (decimal): -14628547 or 4049184. OLE color: 4049184.

HSL color Cylindrical-coordinate representation of color #20C93D: hue angle of 130.3º 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 #20C93D is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 201 61 -
CMYK 0.84 0 0.70 0.21
HSL 130.3º 0.73% 0.46% -
HSV(B) 130.3º 0.84% 0.79% -
XYZ 22.32 42.42 11.43 -
YUV 134.51 86.51 54.88 -
System Red Green Blue C M Y K H S L
Decimal 32 201 61 0.84 0 0.70 0.21 130.3 0.73 0.46
Hex 20 C9 3D 54 0 46 15 82 49 2E
Octal 40 311 75 124 0 106 25 202 111 56
Binary 100000 11001001 111101 1010100 0 1000110 10101 10000010 1001001 101110

Color Harmonies of #20C93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C93D

Black with #20C93D

Text Example


Text Example

White with #20C93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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