Html Css Color HEX #13C71B Lime Green

📋 copy color: '#13C71B'

red 19 ◦ green 199 ◦ blue 27

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

Shades of Lime Green #13C71B

Tints of Lime Green #13C71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.02%

R = 7.76%
G = 81.22%
B = 11.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#13C71B (or 0x13C71B) is known color: Lime Green. HEX triplet: 13, C7 and 1B. RGB value is (19,199,27). Sum of RGB (Red+Green+Blue) = 19+199+27=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 199 (78.12% from 255 or 81.22% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 199 - color contains mainly: green. Hex color #13C71B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C71B is #EC38E4. Grayscale: #7E7E7E. Windows color (decimal): -15481061 or 1820435. OLE color: 1820435.

HSL color Cylindrical-coordinate representation of color #13C71B: hue angle of 122.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 #13C71B is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 199 27 -
CMYK 0.90 0 0.86 0.22
HSL 122.67º 0.83% 0.43% -
HSV(B) 122.67º 0.9% 0.78% -
XYZ 20.89 41.06 7.86 -
YUV 125.57 72.37 51.99 -
System Red Green Blue C M Y K H S L
Decimal 19 199 27 0.90 0 0.86 0.22 122.67 0.83 0.43
Hex 13 C7 1B 5A 0 56 16 7B 53 2B
Octal 23 307 33 132 0 126 26 173 123 53
Binary 10011 11000111 11011 1011010 0 1010110 10110 1111011 1010011 101011

Color Harmonies of #13C71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C71B

Black with #13C71B

Text Example


Text Example

White with #13C71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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