Html Css Color HEX #1FC513 Lime Green

📋 copy color: '#1FC513'

red 31 ◦ green 197 ◦ blue 19

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

Shades of Lime Green #1FC513

Tints of Lime Green #1FC513

RGB

 RED value IS 31 (12.5% from 255) = 12.55%

 GREEN value IS 197 (77.34% from 255) = 79.76%

 BLUE value IS 19 (7.81% from 255) = 7.69%

R = 12.55%
G = 79.76%
B = 7.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#1FC513 (or 0x1FC513) is known color: Lime Green. HEX triplet: 1F, C5 and 13. RGB value is (31,197,19). Sum of RGB (Red+Green+Blue) = 31+197+19=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 197 (77.34% from 255 or 79.76% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC513 is #E03AEC. Grayscale: #7F7F7F. Windows color (decimal): -14695149 or 1295647. OLE color: 1295647.

HSL color Cylindrical-coordinate representation of color #1FC513: hue angle of 115.96º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FC513 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 31 197 19 -
CMYK 0.84 0 0.90 0.23
HSL 115.96º 0.82% 0.42% -
HSV(B) 115.96º 0.9% 0.77% -
XYZ 20.65 40.27 7.3 -
YUV 127.07 67 59.47 -
System Red Green Blue C M Y K H S L
Decimal 31 197 19 0.84 0 0.90 0.23 115.96 0.82 0.42
Hex 1F C5 13 54 0 5A 17 74 52 2A
Octal 37 305 23 124 0 132 27 164 122 52
Binary 11111 11000101 10011 1010100 0 1011010 10111 1110100 1010010 101010

Color Harmonies of #1FC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC513

Black with #1FC513

Text Example


Text Example

White with #1FC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FC513; }

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

 H1.HeaderClassName
 {
   color: #1FC513;
 }
 .AnyTagClassName
 {
   color: #1FC513;
 }
</style>

background-color css

<style>
 a { background-color: #1FC513; }

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

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

border-color css

<style>
 span { border-color: #1FC513; }

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

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