Html Css Color HEX #1FC016 Lime Green

📋 copy color: '#1FC016'

red 31 ◦ green 192 ◦ blue 22

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

Shades of Lime Green #1FC016

Tints of Lime Green #1FC016

RGB

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

 GREEN value IS 192 (75.39% from 255) = 78.37%

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

R = 12.65%
G = 78.37%
B = 8.98%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#1FC016 (or 0x1FC016) is known color: Lime Green. HEX triplet: 1F, C0 and 16. RGB value is (31,192,22). Sum of RGB (Red+Green+Blue) = 31+192+22=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC016 is #E03FE9. Grayscale: #7D7D7D. Windows color (decimal): -14696426 or 1490975. OLE color: 1490975.

HSL color Cylindrical-coordinate representation of color #1FC016: hue angle of 116.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FC016 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 192 22 -
CMYK 0.84 0 0.89 0.25
HSL 116.82º 0.79% 0.42% -
HSV(B) 116.82º 0.89% 0.75% -
XYZ 19.56 38.05 7.07 -
YUV 124.48 70.16 61.32 -
System Red Green Blue C M Y K H S L
Decimal 31 192 22 0.84 0 0.89 0.25 116.82 0.79 0.42
Hex 1F C0 16 54 0 59 19 75 4F 2A
Octal 37 300 26 124 0 131 31 165 117 52
Binary 11111 11000000 10110 1010100 0 1011001 11001 1110101 1001111 101010

Color Harmonies of #1FC016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC016

Black with #1FC016

Text Example


Text Example

White with #1FC016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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