Html Css Color HEX #13C71E Lime Green

📋 copy color: '#13C71E'

red 19 ◦ green 199 ◦ blue 30

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

Shades of Lime Green #13C71E

Tints of Lime Green #13C71E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 80.24%

 BLUE value IS 30 (12.11% from 255) = 12.1%

R = 7.66%
G = 80.24%
B = 12.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#13C71E (or 0x13C71E) is known color: Lime Green. HEX triplet: 13, C7 and 1E. RGB value is (19,199,30). Sum of RGB (Red+Green+Blue) = 19+199+30=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 199 (78.12% from 255 or 80.24% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 199 - color contains mainly: green. Hex color #13C71E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C71E is #EC38E1. Grayscale: #7E7E7E. Windows color (decimal): -15481058 or 2017043. OLE color: 2017043.

HSL color Cylindrical-coordinate representation of color #13C71E: hue angle of 123.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C71E is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 199 30 -
CMYK 0.90 0 0.85 0.22
HSL 123.67º 0.83% 0.43% -
HSV(B) 123.67º 0.9% 0.78% -
XYZ 20.93 41.08 8.05 -
YUV 125.91 73.87 51.74 -
System Red Green Blue C M Y K H S L
Decimal 19 199 30 0.90 0 0.85 0.22 123.67 0.83 0.43
Hex 13 C7 1E 5A 0 55 16 7C 53 2B
Octal 23 307 36 132 0 125 26 174 123 53
Binary 10011 11000111 11110 1011010 0 1010101 10110 1111100 1010011 101011

Color Harmonies of #13C71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C71E

Black with #13C71E

Text Example


Text Example

White with #13C71E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,199,30); }

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

background-color css

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

 a { background-color: rgb(19,199,30); }

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

border-color css

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

 span { border-color: rgb(19,199,30); }

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