Html Css Color HEX #1FDC24 Lime Green

📋 copy color: '#1FDC24'

red 31 ◦ green 220 ◦ blue 36

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

Shades of Lime Green #1FDC24

Tints of Lime Green #1FDC24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.54%

R = 10.8%
G = 76.66%
B = 12.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#1FDC24 (or 0x1FDC24) is known color: Lime Green. HEX triplet: 1F, DC and 24. RGB value is (31,220,36). Sum of RGB (Red+Green+Blue) = 31+220+36=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 220 (86.33% from 255 or 76.66% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC24 is #E023DB. Grayscale: #8F8F8F. Windows color (decimal): -14689244 or 2415647. OLE color: 2415647.

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

Color convert

RGB 31 220 36 -
CMYK 0.86 0 0.84 0.14
HSL 121.59º 0.75% 0.49% -
HSV(B) 121.59º 0.86% 0.86% -
XYZ 26.48 51.61 10.23 -
YUV 142.51 67.88 48.46 -
System Red Green Blue C M Y K H S L
Decimal 31 220 36 0.86 0 0.84 0.14 121.59 0.75 0.49
Hex 1F DC 24 56 0 54 E 7A 4B 31
Octal 37 334 44 126 0 124 16 172 113 61
Binary 11111 11011100 100100 1010110 0 1010100 1110 1111010 1001011 110001

Color Harmonies of #1FDC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDC24

Black with #1FDC24

Text Example


Text Example

White with #1FDC24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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