Html Css Color HEX #13D62B Lime Green

📋 copy color: '#13D62B'

red 19 ◦ green 214 ◦ blue 43

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

Shades of Lime Green #13D62B

Tints of Lime Green #13D62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.58%

R = 6.88%
G = 77.54%
B = 15.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#13D62B (or 0x13D62B) is known color: Lime Green. HEX triplet: 13, D6 and 2B. RGB value is (19,214,43). Sum of RGB (Red+Green+Blue) = 19+214+43=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 214 (83.98% from 255 or 77.54% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 214 - color contains mainly: green. Hex color #13D62B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D62B is #EC29D4. Grayscale: #888888. Windows color (decimal): -15477205 or 2872851. OLE color: 2872851.

HSL color Cylindrical-coordinate representation of color #13D62B: hue angle of 127.38º 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 #13D62B is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 214 43 -
CMYK 0.91 0 0.80 0.16
HSL 127.38º 0.84% 0.46% -
HSV(B) 127.38º 0.91% 0.84% -
XYZ 24.75 48.41 10.32 -
YUV 136.2 75.4 44.4 -
System Red Green Blue C M Y K H S L
Decimal 19 214 43 0.91 0 0.80 0.16 127.38 0.84 0.46
Hex 13 D6 2B 5B 0 50 10 7F 54 2E
Octal 23 326 53 133 0 120 20 177 124 56
Binary 10011 11010110 101011 1011011 0 1010000 10000 1111111 1010100 101110

Color Harmonies of #13D62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D62B

Black with #13D62B

Text Example


Text Example

White with #13D62B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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