Html Css Color HEX #1FD616 Lime Green

📋 copy color: '#1FD616'

red 31 ◦ green 214 ◦ blue 22

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

Shades of Lime Green #1FD616

Tints of Lime Green #1FD616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 80.15%

 BLUE value IS 22 (8.98% from 255) = 8.24%

R = 11.61%
G = 80.15%
B = 8.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#1FD616 (or 0x1FD616) is known color: Lime Green. HEX triplet: 1F, D6 and 16. RGB value is (31,214,22). Sum of RGB (Red+Green+Blue) = 31+214+22=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 214 (83.98% from 255 or 80.15% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 214 - color contains mainly: green. Hex color #1FD616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD616 is #E029E9. Grayscale: #898989. Windows color (decimal): -14690794 or 1496607. OLE color: 1496607.

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

Color convert

RGB 31 214 22 -
CMYK 0.86 0 0.90 0.16
HSL 117.19º 0.81% 0.46% -
HSV(B) 117.19º 0.9% 0.84% -
XYZ 24.76 48.44 8.8 -
YUV 137.4 62.87 52.11 -
System Red Green Blue C M Y K H S L
Decimal 31 214 22 0.86 0 0.90 0.16 117.19 0.81 0.46
Hex 1F D6 16 56 0 5A 10 75 51 2E
Octal 37 326 26 126 0 132 20 165 121 56
Binary 11111 11010110 10110 1010110 0 1011010 10000 1110101 1010001 101110

Color Harmonies of #1FD616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD616

Black with #1FD616

Text Example


Text Example

White with #1FD616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,214,22); }

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

background-color css

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

 a { background-color: rgb(31,214,22); }

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

border-color css

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

 span { border-color: rgb(31,214,22); }

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