Html Css Color HEX #1FC710 Lime Green

📋 copy color: '#1FC710'

red 31 ◦ green 199 ◦ blue 16

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

Shades of Lime Green #1FC710

Tints of Lime Green #1FC710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 12.6%
G = 80.89%
B = 6.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#1FC710 (or 0x1FC710) is known color: Lime Green. HEX triplet: 1F, C7 and 10. RGB value is (31,199,16). Sum of RGB (Red+Green+Blue) = 31+199+16=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 199 (78.12% from 255 or 80.89% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC710 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC710 is #E038EF. Grayscale: #808080. Windows color (decimal): -14694640 or 1099551. OLE color: 1099551.

HSL color Cylindrical-coordinate representation of color #1FC710: hue angle of 115.08º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1FC710 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 31 199 16 -
CMYK 0.84 0 0.92 0.22
HSL 115.08º 0.85% 0.42% -
HSV(B) 115.08º 0.92% 0.78% -
XYZ 21.08 41.18 7.33 -
YUV 127.91 64.84 58.88 -
System Red Green Blue C M Y K H S L
Decimal 31 199 16 0.84 0 0.92 0.22 115.08 0.85 0.42
Hex 1F C7 10 54 0 5C 16 73 55 2A
Octal 37 307 20 124 0 134 26 163 125 52
Binary 11111 11000111 10000 1010100 0 1011100 10110 1110011 1010101 101010

Color Harmonies of #1FC710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC710

Black with #1FC710

Text Example


Text Example

White with #1FC710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,199,16); }

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

background-color css

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

 a { background-color: rgb(31,199,16); }

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

border-color css

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

 span { border-color: rgb(31,199,16); }

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