Html Css Color HEX #1FD006 Lime Green

📋 copy color: '#1FD006'

red 31 ◦ green 208 ◦ blue 6

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

Shades of Lime Green #1FD006

Tints of Lime Green #1FD006

RGB

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

 GREEN value IS 208 (81.64% from 255) = 84.9%

 BLUE value IS 6 (2.73% from 255) = 2.45%

R = 12.65%
G = 84.9%
B = 2.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#1FD006 (or 0x1FD006) is known color: Lime Green. HEX triplet: 1F, D0 and 06. RGB value is (31,208,6). Sum of RGB (Red+Green+Blue) = 31+208+6=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 208 (81.64% from 255 or 84.90% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD006 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD006 is #E02FF9. Grayscale: #848484. Windows color (decimal): -14692346 or 446495. OLE color: 446495.

HSL color Cylindrical-coordinate representation of color #1FD006: hue angle of 112.57º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1FD006 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 208 6 -
CMYK 0.85 0 0.97 0.18
HSL 112.57º 0.94% 0.42% -
HSV(B) 112.57º 0.97% 0.82% -
XYZ 23.15 45.42 7.72 -
YUV 132.05 56.86 55.93 -
System Red Green Blue C M Y K H S L
Decimal 31 208 6 0.85 0 0.97 0.18 112.57 0.94 0.42
Hex 1F D0 6 55 0 61 12 71 5E 2A
Octal 37 320 6 125 0 141 22 161 136 52
Binary 11111 11010000 110 1010101 0 1100001 10010 1110001 1011110 101010

Color Harmonies of #1FD006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD006

Black with #1FD006

Text Example


Text Example

White with #1FD006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,208,6); }

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

background-color css

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

 a { background-color: rgb(31,208,6); }

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

border-color css

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

 span { border-color: rgb(31,208,6); }

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