Html Css Color HEX #1FDC26 Lime Green

📋 copy color: '#1FDC26'

red 31 ◦ green 220 ◦ blue 38

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

Shades of Lime Green #1FDC26

Tints of Lime Green #1FDC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.15%

R = 10.73%
G = 76.12%
B = 13.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#1FDC26 (or 0x1FDC26) is known color: Lime Green. HEX triplet: 1F, DC and 26. RGB value is (31,220,38). Sum of RGB (Red+Green+Blue) = 31+220+38=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC26 is #E023D9. Grayscale: #8F8F8F. Windows color (decimal): -14689242 or 2546719. OLE color: 2546719.

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

Color convert

RGB 31 220 38 -
CMYK 0.86 0 0.83 0.14
HSL 122.22º 0.75% 0.49% -
HSV(B) 122.22º 0.86% 0.86% -
XYZ 26.51 51.62 10.4 -
YUV 142.74 68.88 48.3 -
System Red Green Blue C M Y K H S L
Decimal 31 220 38 0.86 0 0.83 0.14 122.22 0.75 0.49
Hex 1F DC 26 56 0 53 E 7A 4B 31
Octal 37 334 46 126 0 123 16 172 113 61
Binary 11111 11011100 100110 1010110 0 1010011 1110 1111010 1001011 110001

Color Harmonies of #1FDC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDC26

Black with #1FDC26

Text Example


Text Example

White with #1FDC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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