Html Css Color HEX #13DC2B Lime Green

📋 copy color: '#13DC2B'

red 19 ◦ green 220 ◦ blue 43

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

Shades of Lime Green #13DC2B

Tints of Lime Green #13DC2B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 78.01%

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

R = 6.74%
G = 78.01%
B = 15.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#13DC2B (or 0x13DC2B) is known color: Lime Green. HEX triplet: 13, DC and 2B. RGB value is (19,220,43). Sum of RGB (Red+Green+Blue) = 19+220+43=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 220 (86.33% from 255 or 78.01% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DC2B is #EC23D4. Grayscale: #8C8C8C. Windows color (decimal): -15475669 or 2874387. OLE color: 2874387.

HSL color Cylindrical-coordinate representation of color #13DC2B: hue angle of 127.16º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DC2B is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 220 43 -
CMYK 0.91 0 0.80 0.14
HSL 127.16º 0.84% 0.47% -
HSV(B) 127.16º 0.91% 0.86% -
XYZ 26.3 51.5 10.84 -
YUV 139.72 73.41 41.89 -
System Red Green Blue C M Y K H S L
Decimal 19 220 43 0.91 0 0.80 0.14 127.16 0.84 0.47
Hex 13 DC 2B 5B 0 50 E 7F 54 2F
Octal 23 334 53 133 0 120 16 177 124 57
Binary 10011 11011100 101011 1011011 0 1010000 1110 1111111 1010100 101111

Color Harmonies of #13DC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DC2B

Black with #13DC2B

Text Example


Text Example

White with #13DC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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