Html Css Color HEX #1FDC2F Lime Green

📋 copy color: '#1FDC2F'

red 31 ◦ green 220 ◦ blue 47

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

Shades of Lime Green #1FDC2F

Tints of Lime Green #1FDC2F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 73.83%

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 10.4%
G = 73.83%
B = 15.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#1FDC2F (or 0x1FDC2F) is known color: Lime Green. HEX triplet: 1F, DC and 2F. RGB value is (31,220,47). Sum of RGB (Red+Green+Blue) = 31+220+47=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 220 (86.33% from 255 or 73.83% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC2F is #E023D0. Grayscale: #909090. Windows color (decimal): -14689233 or 3136543. OLE color: 3136543.

HSL color Cylindrical-coordinate representation of color #1FDC2F: hue angle of 125.08º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDC2F is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 220 47 -
CMYK 0.86 0 0.79 0.14
HSL 125.08º 0.75% 0.49% -
HSV(B) 125.08º 0.86% 0.86% -
XYZ 26.67 51.68 11.26 -
YUV 143.77 73.38 47.57 -
System Red Green Blue C M Y K H S L
Decimal 31 220 47 0.86 0 0.79 0.14 125.08 0.75 0.49
Hex 1F DC 2F 56 0 4F E 7D 4B 31
Octal 37 334 57 126 0 117 16 175 113 61
Binary 11111 11011100 101111 1010110 0 1001111 1110 1111101 1001011 110001

Color Harmonies of #1FDC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDC2F

Black with #1FDC2F

Text Example


Text Example

White with #1FDC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,220,47); }

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

background-color css

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

 a { background-color: rgb(31,220,47); }

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

border-color css

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

 span { border-color: rgb(31,220,47); }

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