Html Css Color HEX #1FD712 Lime Green

📋 copy color: '#1FD712'

red 31 ◦ green 215 ◦ blue 18

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

Shades of Lime Green #1FD712

Tints of Lime Green #1FD712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.82%

R = 11.74%
G = 81.44%
B = 6.82%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#1FD712 (or 0x1FD712) is known color: Lime Green. HEX triplet: 1F, D7 and 12. RGB value is (31,215,18). Sum of RGB (Red+Green+Blue) = 31+215+18=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 215 (84.38% from 255 or 81.44% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 215 - color contains mainly: green. Hex color #1FD712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD712 is #E028ED. Grayscale: #8A8A8A. Windows color (decimal): -14690542 or 1234719. OLE color: 1234719.

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

Color convert

RGB 31 215 18 -
CMYK 0.86 0 0.92 0.16
HSL 116.04º 0.85% 0.46% -
HSV(B) 116.04º 0.92% 0.84% -
XYZ 24.97 48.94 8.7 -
YUV 137.53 60.54 52.02 -
System Red Green Blue C M Y K H S L
Decimal 31 215 18 0.86 0 0.92 0.16 116.04 0.85 0.46
Hex 1F D7 12 56 0 5C 10 74 55 2E
Octal 37 327 22 126 0 134 20 164 125 56
Binary 11111 11010111 10010 1010110 0 1011100 10000 1110100 1010101 101110

Color Harmonies of #1FD712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD712

Black with #1FD712

Text Example


Text Example

White with #1FD712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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