Html Css Color HEX #13D620 Lime Green

📋 copy color: '#13D620'

red 19 ◦ green 214 ◦ blue 32

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

Shades of Lime Green #13D620

Tints of Lime Green #13D620

RGB

 RED value IS 19 (7.81% from 255) = 7.17%

 GREEN value IS 214 (83.98% from 255) = 80.75%

 BLUE value IS 32 (12.89% from 255) = 12.08%

R = 7.17%
G = 80.75%
B = 12.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#13D620 (or 0x13D620) is known color: Lime Green. HEX triplet: 13, D6 and 20. RGB value is (19,214,32). Sum of RGB (Red+Green+Blue) = 19+214+32=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 214 (83.98% from 255 or 80.75% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 214 - color contains mainly: green. Hex color #13D620 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D620 is #EC29DF. Grayscale: #878787. Windows color (decimal): -15477216 or 2151955. OLE color: 2151955.

HSL color Cylindrical-coordinate representation of color #13D620: hue angle of 124º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D620 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 214 32 -
CMYK 0.91 0 0.85 0.16
HSL 124º 0.84% 0.46% -
HSV(B) 124º 0.91% 0.84% -
XYZ 24.58 48.34 9.4 -
YUV 134.95 69.9 45.3 -
System Red Green Blue C M Y K H S L
Decimal 19 214 32 0.91 0 0.85 0.16 124 0.84 0.46
Hex 13 D6 20 5B 0 55 10 7C 54 2E
Octal 23 326 40 133 0 125 20 174 124 56
Binary 10011 11010110 100000 1011011 0 1010101 10000 1111100 1010100 101110

Color Harmonies of #13D620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D620

Black with #13D620

Text Example


Text Example

White with #13D620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13D620; }

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

 H1.HeaderClassName
 {
   color: #13D620;
 }
 .AnyTagClassName
 {
   color: #13D620;
 }
</style>

background-color css

<style>
 a { background-color: #13D620; }

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

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

border-color css

<style>
 span { border-color: #13D620; }

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

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