Html Css Color HEX #20CC31 Lime Green

📋 copy color: '#20CC31'

red 32 ◦ green 204 ◦ blue 49

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

Shades of Lime Green #20CC31

Tints of Lime Green #20CC31

RGB

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

 GREEN value IS 204 (80.08% from 255) = 71.58%

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

R = 11.23%
G = 71.58%
B = 17.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#20CC31 (or 0x20CC31) is known color: Lime Green. HEX triplet: 20, CC and 31. RGB value is (32,204,49). Sum of RGB (Red+Green+Blue) = 32+204+49=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 204 (80.08% from 255 or 71.58% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CC31 is #DF33CE. Grayscale: #878787. Windows color (decimal): -14627791 or 3263520. OLE color: 3263520.

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

Color convert

RGB 32 204 49 -
CMYK 0.84 0 0.76 0.2
HSL 125.93º 0.73% 0.46% -
HSV(B) 125.93º 0.84% 0.8% -
XYZ 22.74 43.71 10.14 -
YUV 134.9 79.52 54.6 -
System Red Green Blue C M Y K H S L
Decimal 32 204 49 0.84 0 0.76 0.2 125.93 0.73 0.46
Hex 20 CC 31 54 0 4C 14 7E 49 2E
Octal 40 314 61 124 0 114 24 176 111 56
Binary 100000 11001100 110001 1010100 0 1001100 10100 1111110 1001001 101110

Color Harmonies of #20CC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CC31

Black with #20CC31

Text Example


Text Example

White with #20CC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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