Html Css Color HEX #20B413 Lime Green

📋 copy color: '#20B413'

red 32 ◦ green 180 ◦ blue 19

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

Shades of Lime Green #20B413

Tints of Lime Green #20B413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 77.92%

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

R = 13.85%
G = 77.92%
B = 8.23%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#20B413 (or 0x20B413) is known color: Lime Green. HEX triplet: 20, B4 and 13. RGB value is (32,180,19). Sum of RGB (Red+Green+Blue) = 32+180+19=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 180 (70.70% from 255 or 77.92% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 180 - color contains mainly: green. Hex color #20B413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B413 is #DF4BEC. Grayscale: #757575. Windows color (decimal): -14633965 or 1291296. OLE color: 1291296.

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

Color convert

RGB 32 180 19 -
CMYK 0.82 0 0.89 0.29
HSL 115.16º 0.81% 0.39% -
HSV(B) 115.16º 0.89% 0.71% -
XYZ 17.03 33 6.09 -
YUV 117.39 72.47 67.09 -
System Red Green Blue C M Y K H S L
Decimal 32 180 19 0.82 0 0.89 0.29 115.16 0.81 0.39
Hex 20 B4 13 52 0 59 1D 73 51 27
Octal 40 264 23 122 0 131 35 163 121 47
Binary 100000 10110100 10011 1010010 0 1011001 11101 1110011 1010001 100111

Color Harmonies of #20B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B413

Black with #20B413

Text Example


Text Example

White with #20B413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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