Html Css Color HEX #1FD219 Lime Green

📋 copy color: '#1FD219'

red 31 ◦ green 210 ◦ blue 25

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

Shades of Lime Green #1FD219

Tints of Lime Green #1FD219

RGB

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

 GREEN value IS 210 (82.42% from 255) = 78.95%

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

R = 11.65%
G = 78.95%
B = 9.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#1FD219 (or 0x1FD219) is known color: Lime Green. HEX triplet: 1F, D2 and 19. RGB value is (31,210,25). Sum of RGB (Red+Green+Blue) = 31+210+25=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 210 (82.42% from 255 or 78.95% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD219 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD219 is #E02DE6. Grayscale: #878787. Windows color (decimal): -14691815 or 1692191. OLE color: 1692191.

HSL color Cylindrical-coordinate representation of color #1FD219: hue angle of 118.05º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FD219 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 210 25 -
CMYK 0.85 0 0.88 0.18
HSL 118.05º 0.79% 0.46% -
HSV(B) 118.05º 0.88% 0.82% -
XYZ 23.79 46.45 8.63 -
YUV 135.39 65.7 53.54 -
System Red Green Blue C M Y K H S L
Decimal 31 210 25 0.85 0 0.88 0.18 118.05 0.79 0.46
Hex 1F D2 19 55 0 58 12 76 4F 2E
Octal 37 322 31 125 0 130 22 166 117 56
Binary 11111 11010010 11001 1010101 0 1011000 10010 1110110 1001111 101110

Color Harmonies of #1FD219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD219

Black with #1FD219

Text Example


Text Example

White with #1FD219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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