Html Css Color HEX #1FDD19 Lime Green

📋 copy color: '#1FDD19'

red 31 ◦ green 221 ◦ blue 25

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

Shades of Lime Green #1FDD19

Tints of Lime Green #1FDD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.03%

R = 11.19%
G = 79.78%
B = 9.03%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#1FDD19 (or 0x1FDD19) is known color: Lime Green. HEX triplet: 1F, DD and 19. RGB value is (31,221,25). Sum of RGB (Red+Green+Blue) = 31+221+25=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 221 (86.72% from 255 or 79.78% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDD19 is #E022E6. Grayscale: #8E8E8E. Windows color (decimal): -14688999 or 1695007. OLE color: 1695007.

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

Color convert

RGB 31 221 25 -
CMYK 0.86 0 0.89 0.13
HSL 118.16º 0.8% 0.48% -
HSV(B) 118.16º 0.89% 0.87% -
XYZ 26.6 52.07 9.57 -
YUV 141.85 62.05 48.94 -
System Red Green Blue C M Y K H S L
Decimal 31 221 25 0.86 0 0.89 0.13 118.16 0.8 0.48
Hex 1F DD 19 56 0 59 D 76 50 30
Octal 37 335 31 126 0 131 15 166 120 60
Binary 11111 11011101 11001 1010110 0 1011001 1101 1110110 1010000 110000

Color Harmonies of #1FDD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDD19

Black with #1FDD19

Text Example


Text Example

White with #1FDD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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