Html Css Color HEX #20C31B Lime Green

📋 copy color: '#20C31B'

red 32 ◦ green 195 ◦ blue 27

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

Shades of Lime Green #20C31B

Tints of Lime Green #20C31B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 76.77%

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 12.6%
G = 76.77%
B = 10.63%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#20C31B (or 0x20C31B) is known color: Lime Green. HEX triplet: 20, C3 and 1B. RGB value is (32,195,27). Sum of RGB (Red+Green+Blue) = 32+195+27=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 195 (76.56% from 255 or 76.77% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 195 - color contains mainly: green. Hex color #20C31B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C31B is #DF3CE4. Grayscale: #7F7F7F. Windows color (decimal): -14630117 or 1819424. OLE color: 1819424.

HSL color Cylindrical-coordinate representation of color #20C31B: hue angle of 118.21º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20C31B is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 195 27 -
CMYK 0.84 0 0.86 0.24
HSL 118.21º 0.76% 0.44% -
HSV(B) 118.21º 0.86% 0.76% -
XYZ 20.31 39.42 7.57 -
YUV 127.11 71.5 60.16 -
System Red Green Blue C M Y K H S L
Decimal 32 195 27 0.84 0 0.86 0.24 118.21 0.76 0.44
Hex 20 C3 1B 54 0 56 18 76 4C 2C
Octal 40 303 33 124 0 126 30 166 114 54
Binary 100000 11000011 11011 1010100 0 1010110 11000 1110110 1001100 101100

Color Harmonies of #20C31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C31B

Black with #20C31B

Text Example


Text Example

White with #20C31B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,195,27); }

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

background-color css

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

 a { background-color: rgb(32,195,27); }

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

border-color css

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

 span { border-color: rgb(32,195,27); }

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