Html Css Color HEX #20CB31 Lime Green

📋 copy color: '#20CB31'

red 32 ◦ green 203 ◦ blue 49

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

Shades of Lime Green #20CB31

Tints of Lime Green #20CB31

RGB

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

 GREEN value IS 203 (79.69% from 255) = 71.48%

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

R = 11.27%
G = 71.48%
B = 17.25%

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

#20CB31 (or 0x20CB31) is known color: Lime Green. HEX triplet: 20, CB and 31. RGB value is (32,203,49). Sum of RGB (Red+Green+Blue) = 32+203+49=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 203 (79.69% from 255 or 71.48% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CB31 is #DF34CE. Grayscale: #868686. Windows color (decimal): -14628047 or 3263264. OLE color: 3263264.

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

Color convert

RGB 32 203 49 -
CMYK 0.84 0 0.76 0.20
HSL 125.96º 0.73% 0.46% -
HSV(B) 125.96º 0.84% 0.8% -
XYZ 22.51 43.24 10.07 -
YUV 134.32 79.85 55.02 -
System Red Green Blue C M Y K H S L
Decimal 32 203 49 0.84 0 0.76 0.20 125.96 0.73 0.46
Hex 20 CB 31 54 0 4C 14 7E 49 2E
Octal 40 313 61 124 0 114 24 176 111 56
Binary 100000 11001011 110001 1010100 0 1001100 10100 1111110 1001001 101110

Color Harmonies of #20CB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CB31

Black with #20CB31

Text Example


Text Example

White with #20CB31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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