Html Css Color HEX #1FDC2C Lime Green

📋 copy color: '#1FDC2C'

red 31 ◦ green 220 ◦ blue 44

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

Shades of Lime Green #1FDC2C

Tints of Lime Green #1FDC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 10.51%
G = 74.58%
B = 14.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#1FDC2C (or 0x1FDC2C) is known color: Lime Green. HEX triplet: 1F, DC and 2C. RGB value is (31,220,44). Sum of RGB (Red+Green+Blue) = 31+220+44=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 220 (86.33% from 255 or 74.58% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC2C is #E023D3. Grayscale: #8F8F8F. Windows color (decimal): -14689236 or 2939935. OLE color: 2939935.

HSL color Cylindrical-coordinate representation of color #1FDC2C: hue angle of 124.13º 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 #1FDC2C is Cyan = 0.86, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 220 44 -
CMYK 0.86 0 0.8 0.14
HSL 124.13º 0.75% 0.49% -
HSV(B) 124.13º 0.86% 0.86% -
XYZ 26.61 51.66 10.95 -
YUV 143.43 71.88 47.81 -
System Red Green Blue C M Y K H S L
Decimal 31 220 44 0.86 0 0.8 0.14 124.13 0.75 0.49
Hex 1F DC 2C 56 0 50 E 7C 4B 31
Octal 37 334 54 126 0 120 16 174 113 61
Binary 11111 11011100 101100 1010110 0 1010000 1110 1111100 1001011 110001

Color Harmonies of #1FDC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDC2C

Black with #1FDC2C

Text Example


Text Example

White with #1FDC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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