Html Css Color HEX #1FD031 Lime Green

📋 copy color: '#1FD031'

red 31 ◦ green 208 ◦ blue 49

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

Shades of Lime Green #1FD031

Tints of Lime Green #1FD031

RGB

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

 GREEN value IS 208 (81.64% from 255) = 72.22%

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

R = 10.76%
G = 72.22%
B = 17.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#1FD031 (or 0x1FD031) is known color: Lime Green. HEX triplet: 1F, D0 and 31. RGB value is (31,208,49). Sum of RGB (Red+Green+Blue) = 31+208+49=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 208 (81.64% from 255 or 72.22% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD031 is #E02FCE. Grayscale: #898989. Windows color (decimal): -14692303 or 3264543. OLE color: 3264543.

HSL color Cylindrical-coordinate representation of color #1FD031: hue angle of 126.1º 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 #1FD031 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 208 49 -
CMYK 0.85 0 0.76 0.18
HSL 126.1º 0.74% 0.47% -
HSV(B) 126.1º 0.85% 0.82% -
XYZ 23.68 45.62 10.46 -
YUV 136.95 78.36 52.43 -
System Red Green Blue C M Y K H S L
Decimal 31 208 49 0.85 0 0.76 0.18 126.1 0.74 0.47
Hex 1F D0 31 55 0 4C 12 7E 4A 2F
Octal 37 320 61 125 0 114 22 176 112 57
Binary 11111 11010000 110001 1010101 0 1001100 10010 1111110 1001010 101111

Color Harmonies of #1FD031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD031

Black with #1FD031

Text Example


Text Example

White with #1FD031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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