Html Css Color HEX #1FC606 Lime Green

📋 copy color: '#1FC606'

red 31 ◦ green 198 ◦ blue 6

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

Shades of Lime Green #1FC606

Tints of Lime Green #1FC606

RGB

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

 GREEN value IS 198 (77.73% from 255) = 84.26%

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

R = 13.19%
G = 84.26%
B = 2.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#1FC606 (or 0x1FC606) is known color: Lime Green. HEX triplet: 1F, C6 and 06. RGB value is (31,198,6). Sum of RGB (Red+Green+Blue) = 31+198+6=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 198 (77.73% from 255 or 84.26% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 198 - color contains mainly: green. Hex color #1FC606 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC606 is #E039F9. Grayscale: #7E7E7E. Windows color (decimal): -14694906 or 443935. OLE color: 443935.

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

Color convert

RGB 31 198 6 -
CMYK 0.84 0 0.97 0.22
HSL 112.19º 0.94% 0.4% -
HSV(B) 112.19º 0.97% 0.78% -
XYZ 20.79 40.69 6.93 -
YUV 126.18 60.17 60.11 -
System Red Green Blue C M Y K H S L
Decimal 31 198 6 0.84 0 0.97 0.22 112.19 0.94 0.4
Hex 1F C6 6 54 0 61 16 70 5E 28
Octal 37 306 6 124 0 141 26 160 136 50
Binary 11111 11000110 110 1010100 0 1100001 10110 1110000 1011110 101000

Color Harmonies of #1FC606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC606

Black with #1FC606

Text Example


Text Example

White with #1FC606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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