Html Css Color HEX #13D82C Lime Green

📋 copy color: '#13D82C'

red 19 ◦ green 216 ◦ blue 44

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

Shades of Lime Green #13D82C

Tints of Lime Green #13D82C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 77.42%

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 6.81%
G = 77.42%
B = 15.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#13D82C (or 0x13D82C) is known color: Lime Green. HEX triplet: 13, D8 and 2C. RGB value is (19,216,44). Sum of RGB (Red+Green+Blue) = 19+216+44=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 216 (84.77% from 255 or 77.42% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 216 - color contains mainly: green. Hex color #13D82C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D82C is #EC27D3. Grayscale: #898989. Windows color (decimal): -15476692 or 2938899. OLE color: 2938899.

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

Color convert

RGB 19 216 44 -
CMYK 0.91 0 0.80 0.15
HSL 127.61º 0.84% 0.46% -
HSV(B) 127.61º 0.91% 0.85% -
XYZ 25.28 49.43 10.59 -
YUV 137.49 75.23 43.49 -
System Red Green Blue C M Y K H S L
Decimal 19 216 44 0.91 0 0.80 0.15 127.61 0.84 0.46
Hex 13 D8 2C 5B 0 50 F 80 54 2E
Octal 23 330 54 133 0 120 17 200 124 56
Binary 10011 11011000 101100 1011011 0 1010000 1111 10000000 1010100 101110

Color Harmonies of #13D82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D82C

Black with #13D82C

Text Example


Text Example

White with #13D82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,216,44); }

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

background-color css

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

 a { background-color: rgb(19,216,44); }

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

border-color css

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

 span { border-color: rgb(19,216,44); }

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