Html Css Color HEX #1FD131 Lime Green

📋 copy color: '#1FD131'

red 31 ◦ green 209 ◦ blue 49

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

Shades of Lime Green #1FD131

Tints of Lime Green #1FD131

RGB

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

 GREEN value IS 209 (82.03% from 255) = 72.32%

 BLUE value IS 49 (19.53% from 255) = 16.96%

R = 10.73%
G = 72.32%
B = 16.96%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#1FD131 (or 0x1FD131) is known color: Lime Green. HEX triplet: 1F, D1 and 31. RGB value is (31,209,49). Sum of RGB (Red+Green+Blue) = 31+209+49=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 209 (82.03% from 255 or 72.32% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 209 - color contains mainly: green. Hex color #1FD131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD131 is #E02ECE. Grayscale: #898989. Windows color (decimal): -14692047 or 3264799. OLE color: 3264799.

HSL color Cylindrical-coordinate representation of color #1FD131: hue angle of 126.07º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD131 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 209 49 -
CMYK 0.85 0 0.77 0.18
HSL 126.07º 0.74% 0.47% -
HSV(B) 126.07º 0.85% 0.82% -
XYZ 23.92 46.11 10.55 -
YUV 137.54 78.03 52.01 -
System Red Green Blue C M Y K H S L
Decimal 31 209 49 0.85 0 0.77 0.18 126.07 0.74 0.47
Hex 1F D1 31 55 0 4D 12 7E 4A 2F
Octal 37 321 61 125 0 115 22 176 112 57
Binary 11111 11010001 110001 1010101 0 1001101 10010 1111110 1001010 101111

Color Harmonies of #1FD131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD131

Black with #1FD131

Text Example


Text Example

White with #1FD131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,209,49); }

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

background-color css

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

 a { background-color: rgb(31,209,49); }

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

border-color css

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

 span { border-color: rgb(31,209,49); }

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