Html Css Color HEX #1FD620 Lime Green

📋 copy color: '#1FD620'

red 31 ◦ green 214 ◦ blue 32

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

Shades of Lime Green #1FD620

Tints of Lime Green #1FD620

RGB

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

 GREEN value IS 214 (83.98% from 255) = 77.26%

 BLUE value IS 32 (12.89% from 255) = 11.55%

R = 11.19%
G = 77.26%
B = 11.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#1FD620 (or 0x1FD620) is known color: Lime Green. HEX triplet: 1F, D6 and 20. RGB value is (31,214,32). Sum of RGB (Red+Green+Blue) = 31+214+32=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 214 (83.98% from 255 or 77.26% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 214 - color contains mainly: green. Hex color #1FD620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD620 is #E029DF. Grayscale: #8B8B8B. Windows color (decimal): -14690784 or 2151967. OLE color: 2151967.

HSL color Cylindrical-coordinate representation of color #1FD620: hue angle of 120.33º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD620 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 31 214 32 -
CMYK 0.86 0 0.85 0.16
HSL 120.33º 0.75% 0.48% -
HSV(B) 120.33º 0.86% 0.84% -
XYZ 24.87 48.49 9.41 -
YUV 138.54 67.87 51.3 -
System Red Green Blue C M Y K H S L
Decimal 31 214 32 0.86 0 0.85 0.16 120.33 0.75 0.48
Hex 1F D6 20 56 0 55 10 78 4B 30
Octal 37 326 40 126 0 125 20 170 113 60
Binary 11111 11010110 100000 1010110 0 1010101 10000 1111000 1001011 110000

Color Harmonies of #1FD620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD620

Black with #1FD620

Text Example


Text Example

White with #1FD620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,214,32); }

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

background-color css

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

 a { background-color: rgb(31,214,32); }

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

border-color css

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

 span { border-color: rgb(31,214,32); }

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