Html Css Color HEX #20CD31 Lime Green

📋 copy color: '#20CD31'

red 32 ◦ green 205 ◦ blue 49

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

Shades of Lime Green #20CD31

Tints of Lime Green #20CD31

RGB

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

 GREEN value IS 205 (80.47% from 255) = 71.68%

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 11.19%
G = 71.68%
B = 17.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#20CD31 (or 0x20CD31) is known color: Lime Green. HEX triplet: 20, CD and 31. RGB value is (32,205,49). Sum of RGB (Red+Green+Blue) = 32+205+49=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 205 (80.47% from 255 or 71.68% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CD31 is #DF32CE. Grayscale: #878787. Windows color (decimal): -14627535 or 3263776. OLE color: 3263776.

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

Color convert

RGB 32 205 49 -
CMYK 0.84 0 0.76 0.20
HSL 125.9º 0.73% 0.46% -
HSV(B) 125.9º 0.84% 0.8% -
XYZ 22.98 44.19 10.22 -
YUV 135.49 79.19 54.18 -
System Red Green Blue C M Y K H S L
Decimal 32 205 49 0.84 0 0.76 0.20 125.9 0.73 0.46
Hex 20 CD 31 54 0 4C 14 7E 49 2E
Octal 40 315 61 124 0 114 24 176 111 56
Binary 100000 11001101 110001 1010100 0 1001100 10100 1111110 1001001 101110

Color Harmonies of #20CD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CD31

Black with #20CD31

Text Example


Text Example

White with #20CD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,205,49); }

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

background-color css

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

 a { background-color: rgb(32,205,49); }

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

border-color css

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

 span { border-color: rgb(32,205,49); }

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