Html Css Color HEX #20C51B Lime Green

📋 copy color: '#20C51B'

red 32 ◦ green 197 ◦ blue 27

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

Shades of Lime Green #20C51B

Tints of Lime Green #20C51B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 76.95%

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

R = 12.5%
G = 76.95%
B = 10.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#20C51B (or 0x20C51B) is known color: Lime Green. HEX triplet: 20, C5 and 1B. RGB value is (32,197,27). Sum of RGB (Red+Green+Blue) = 32+197+27=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 197 (77.34% from 255 or 76.95% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 197 - color contains mainly: green. Hex color #20C51B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C51B is #DF3AE4. Grayscale: #808080. Windows color (decimal): -14629605 or 1819936. OLE color: 1819936.

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

Color convert

RGB 32 197 27 -
CMYK 0.84 0 0.86 0.23
HSL 118.24º 0.76% 0.44% -
HSV(B) 118.24º 0.86% 0.77% -
XYZ 20.76 40.32 7.73 -
YUV 128.29 70.84 59.32 -
System Red Green Blue C M Y K H S L
Decimal 32 197 27 0.84 0 0.86 0.23 118.24 0.76 0.44
Hex 20 C5 1B 54 0 56 17 76 4C 2C
Octal 40 305 33 124 0 126 27 166 114 54
Binary 100000 11000101 11011 1010100 0 1010110 10111 1110110 1001100 101100

Color Harmonies of #20C51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C51B

Black with #20C51B

Text Example


Text Example

White with #20C51B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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