Html Css Color HEX #1FDD31 Lime Green

📋 copy color: '#1FDD31'

red 31 ◦ green 221 ◦ blue 49

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

Shades of Lime Green #1FDD31

Tints of Lime Green #1FDD31

RGB

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

 GREEN value IS 221 (86.72% from 255) = 73.42%

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

R = 10.3%
G = 73.42%
B = 16.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#1FDD31 (or 0x1FDD31) is known color: Lime Green. HEX triplet: 1F, DD and 31. RGB value is (31,221,49). Sum of RGB (Red+Green+Blue) = 31+221+49=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 221 (86.72% from 255 or 73.42% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDD31 is #E022CE. Grayscale: #919191. Windows color (decimal): -14688975 or 3267871. OLE color: 3267871.

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

Color convert

RGB 31 221 49 -
CMYK 0.86 0 0.78 0.13
HSL 125.68º 0.75% 0.49% -
HSV(B) 125.68º 0.86% 0.87% -
XYZ 26.98 52.23 11.56 -
YUV 144.58 74.05 46.99 -
System Red Green Blue C M Y K H S L
Decimal 31 221 49 0.86 0 0.78 0.13 125.68 0.75 0.49
Hex 1F DD 31 56 0 4E D 7E 4B 31
Octal 37 335 61 126 0 116 15 176 113 61
Binary 11111 11011101 110001 1010110 0 1001110 1101 1111110 1001011 110001

Color Harmonies of #1FDD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDD31

Black with #1FDD31

Text Example


Text Example

White with #1FDD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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