Html Css Color HEX #20B613 Lime Green

📋 copy color: '#20B613'

red 32 ◦ green 182 ◦ blue 19

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

Shades of Lime Green #20B613

Tints of Lime Green #20B613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 78.11%

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 13.73%
G = 78.11%
B = 8.15%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#20B613 (or 0x20B613) is known color: Lime Green. HEX triplet: 20, B6 and 13. RGB value is (32,182,19). Sum of RGB (Red+Green+Blue) = 32+182+19=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 182 (71.48% from 255 or 78.11% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 182 - color contains mainly: green. Hex color #20B613 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B613 is #DF49EC. Grayscale: #777777. Windows color (decimal): -14633453 or 1291808. OLE color: 1291808.

HSL color Cylindrical-coordinate representation of color #20B613: hue angle of 115.21º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20B613 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 182 19 -
CMYK 0.82 0 0.90 0.29
HSL 115.21º 0.81% 0.39% -
HSV(B) 115.21º 0.9% 0.71% -
XYZ 17.44 33.81 6.22 -
YUV 118.57 71.81 66.25 -
System Red Green Blue C M Y K H S L
Decimal 32 182 19 0.82 0 0.90 0.29 115.21 0.81 0.39
Hex 20 B6 13 52 0 5A 1D 73 51 27
Octal 40 266 23 122 0 132 35 163 121 47
Binary 100000 10110110 10011 1010010 0 1011010 11101 1110011 1010001 100111

Color Harmonies of #20B613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B613

Black with #20B613

Text Example


Text Example

White with #20B613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,182,19); }

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

background-color css

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

 a { background-color: rgb(32,182,19); }

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

border-color css

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

 span { border-color: rgb(32,182,19); }

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