Html Css Color HEX #13DB2B Lime Green

📋 copy color: '#13DB2B'

red 19 ◦ green 219 ◦ blue 43

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

Shades of Lime Green #13DB2B

Tints of Lime Green #13DB2B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 77.94%

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

R = 6.76%
G = 77.94%
B = 15.3%

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

#13DB2B (or 0x13DB2B) is known color: Lime Green. HEX triplet: 13, DB and 2B. RGB value is (19,219,43). Sum of RGB (Red+Green+Blue) = 19+219+43=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 219 (85.94% from 255 or 77.94% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DB2B is #EC24D4. Grayscale: #8B8B8B. Windows color (decimal): -15475925 or 2874131. OLE color: 2874131.

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

Color convert

RGB 19 219 43 -
CMYK 0.91 0 0.80 0.14
HSL 127.2º 0.84% 0.47% -
HSV(B) 127.2º 0.91% 0.86% -
XYZ 26.04 50.98 10.75 -
YUV 139.14 73.74 42.31 -
System Red Green Blue C M Y K H S L
Decimal 19 219 43 0.91 0 0.80 0.14 127.2 0.84 0.47
Hex 13 DB 2B 5B 0 50 E 7F 54 2F
Octal 23 333 53 133 0 120 16 177 124 57
Binary 10011 11011011 101011 1011011 0 1010000 1110 1111111 1010100 101111

Color Harmonies of #13DB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DB2B

Black with #13DB2B

Text Example


Text Example

White with #13DB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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