Html Css Color HEX #1FC40F Lime Green

📋 copy color: '#1FC40F'

red 31 ◦ green 196 ◦ blue 15

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

Shades of Lime Green #1FC40F

Tints of Lime Green #1FC40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 12.81%
G = 80.99%
B = 6.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#1FC40F (or 0x1FC40F) is known color: Lime Green. HEX triplet: 1F, C4 and 0F. RGB value is (31,196,15). Sum of RGB (Red+Green+Blue) = 31+196+15=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 196 (76.95% from 255 or 80.99% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC40F is #E03BF0. Grayscale: #7E7E7E. Windows color (decimal): -14695409 or 1033247. OLE color: 1033247.

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

Color convert

RGB 31 196 15 -
CMYK 0.84 0 0.92 0.23
HSL 114.7º 0.86% 0.41% -
HSV(B) 114.7º 0.92% 0.77% -
XYZ 20.39 39.81 7.06 -
YUV 126.03 65.34 60.22 -
System Red Green Blue C M Y K H S L
Decimal 31 196 15 0.84 0 0.92 0.23 114.7 0.86 0.41
Hex 1F C4 F 54 0 5C 17 73 56 29
Octal 37 304 17 124 0 134 27 163 126 51
Binary 11111 11000100 1111 1010100 0 1011100 10111 1110011 1010110 101001

Color Harmonies of #1FC40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC40F

Black with #1FC40F

Text Example


Text Example

White with #1FC40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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