Html Css Color HEX #1FC107 Lime Green

📋 copy color: '#1FC107'

red 31 ◦ green 193 ◦ blue 7

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

Shades of Lime Green #1FC107

Tints of Lime Green #1FC107

RGB

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

 GREEN value IS 193 (75.78% from 255) = 83.55%

 BLUE value IS 7 (3.13% from 255) = 3.03%

R = 13.42%
G = 83.55%
B = 3.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#1FC107 (or 0x1FC107) is known color: Lime Green. HEX triplet: 1F, C1 and 07. RGB value is (31,193,7). Sum of RGB (Red+Green+Blue) = 31+193+7=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 193 (75.78% from 255 or 83.55% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC107 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC107 is #E03EF8. Grayscale: #7B7B7B. Windows color (decimal): -14696185 or 508191. OLE color: 508191.

HSL color Cylindrical-coordinate representation of color #1FC107: hue angle of 112.26º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FC107 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 31 193 7 -
CMYK 0.84 0 0.96 0.24
HSL 112.26º 0.93% 0.39% -
HSV(B) 112.26º 0.96% 0.76% -
XYZ 19.67 38.45 6.59 -
YUV 123.36 62.33 62.12 -
System Red Green Blue C M Y K H S L
Decimal 31 193 7 0.84 0 0.96 0.24 112.26 0.93 0.39
Hex 1F C1 7 54 0 60 18 70 5D 27
Octal 37 301 7 124 0 140 30 160 135 47
Binary 11111 11000001 111 1010100 0 1100000 11000 1110000 1011101 100111

Color Harmonies of #1FC107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC107

Black with #1FC107

Text Example


Text Example

White with #1FC107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,193,7); }

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

background-color css

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

 a { background-color: rgb(31,193,7); }

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

border-color css

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

 span { border-color: rgb(31,193,7); }

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