Html Css Color HEX #1FC407 Lime Green

📋 copy color: '#1FC407'

red 31 ◦ green 196 ◦ blue 7

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

Shades of Lime Green #1FC407

Tints of Lime Green #1FC407

RGB

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

 GREEN value IS 196 (76.95% from 255) = 83.76%

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

R = 13.25%
G = 83.76%
B = 2.99%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#1FC407 (or 0x1FC407) is known color: Lime Green. HEX triplet: 1F, C4 and 07. RGB value is (31,196,7). Sum of RGB (Red+Green+Blue) = 31+196+7=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 196 (76.95% from 255 or 83.76% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC407 is #E03BF8. Grayscale: #7D7D7D. Windows color (decimal): -14695417 or 508959. OLE color: 508959.

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

Color convert

RGB 31 196 7 -
CMYK 0.84 0 0.96 0.23
HSL 112.38º 0.93% 0.4% -
HSV(B) 112.38º 0.96% 0.77% -
XYZ 20.34 39.79 6.81 -
YUV 125.12 61.34 60.87 -
System Red Green Blue C M Y K H S L
Decimal 31 196 7 0.84 0 0.96 0.23 112.38 0.93 0.4
Hex 1F C4 7 54 0 60 17 70 5D 28
Octal 37 304 7 124 0 140 27 160 135 50
Binary 11111 11000100 111 1010100 0 1100000 10111 1110000 1011101 101000

Color Harmonies of #1FC407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC407

Black with #1FC407

Text Example


Text Example

White with #1FC407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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