Html Css Color HEX #13C91F Lime Green

📋 copy color: '#13C91F'

red 19 ◦ green 201 ◦ blue 31

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

Shades of Lime Green #13C91F

Tints of Lime Green #13C91F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 80.08%

 BLUE value IS 31 (12.5% from 255) = 12.35%

R = 7.57%
G = 80.08%
B = 12.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#13C91F (or 0x13C91F) is known color: Lime Green. HEX triplet: 13, C9 and 1F. RGB value is (19,201,31). Sum of RGB (Red+Green+Blue) = 19+201+31=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 201 (78.91% from 255 or 80.08% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 201 - color contains mainly: green. Hex color #13C91F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C91F is #EC36E0. Grayscale: #7F7F7F. Windows color (decimal): -15480545 or 2083091. OLE color: 2083091.

HSL color Cylindrical-coordinate representation of color #13C91F: hue angle of 123.96º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C91F is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 201 31 -
CMYK 0.91 0 0.85 0.21
HSL 123.96º 0.83% 0.43% -
HSV(B) 123.96º 0.91% 0.79% -
XYZ 21.4 42.01 8.28 -
YUV 127.2 73.7 50.82 -
System Red Green Blue C M Y K H S L
Decimal 19 201 31 0.91 0 0.85 0.21 123.96 0.83 0.43
Hex 13 C9 1F 5B 0 55 15 7C 53 2B
Octal 23 311 37 133 0 125 25 174 123 53
Binary 10011 11001001 11111 1011011 0 1010101 10101 1111100 1010011 101011

Color Harmonies of #13C91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C91F

Black with #13C91F

Text Example


Text Example

White with #13C91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,201,31); }

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

background-color css

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

 a { background-color: rgb(19,201,31); }

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

border-color css

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

 span { border-color: rgb(19,201,31); }

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