Html Css Color HEX #1FD710 Lime Green

📋 copy color: '#1FD710'

red 31 ◦ green 215 ◦ blue 16

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

Shades of Lime Green #1FD710

Tints of Lime Green #1FD710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 82.06%

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

R = 11.83%
G = 82.06%
B = 6.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#1FD710 (or 0x1FD710) is known color: Lime Green. HEX triplet: 1F, D7 and 10. RGB value is (31,215,16). Sum of RGB (Red+Green+Blue) = 31+215+16=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 215 (84.38% from 255 or 82.06% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 215 - color contains mainly: green. Hex color #1FD710 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD710 is #E028EF. Grayscale: #898989. Windows color (decimal): -14690544 or 1103647. OLE color: 1103647.

HSL color Cylindrical-coordinate representation of color #1FD710: hue angle of 115.48º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FD710 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 31 215 16 -
CMYK 0.86 0 0.93 0.16
HSL 115.48º 0.86% 0.45% -
HSV(B) 115.48º 0.93% 0.84% -
XYZ 24.96 48.93 8.62 -
YUV 137.3 59.54 52.18 -
System Red Green Blue C M Y K H S L
Decimal 31 215 16 0.86 0 0.93 0.16 115.48 0.86 0.45
Hex 1F D7 10 56 0 5D 10 73 56 2D
Octal 37 327 20 126 0 135 20 163 126 55
Binary 11111 11010111 10000 1010110 0 1011101 10000 1110011 1010110 101101

Color Harmonies of #1FD710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD710

Black with #1FD710

Text Example


Text Example

White with #1FD710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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