Html Css Color HEX #1FD71E Lime Green

📋 copy color: '#1FD71E'

red 31 ◦ green 215 ◦ blue 30

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

Shades of Lime Green #1FD71E

Tints of Lime Green #1FD71E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 77.9%

 BLUE value IS 30 (12.11% from 255) = 10.87%

R = 11.23%
G = 77.9%
B = 10.87%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#1FD71E (or 0x1FD71E) is known color: Lime Green. HEX triplet: 1F, D7 and 1E. RGB value is (31,215,30). Sum of RGB (Red+Green+Blue) = 31+215+30=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 215 (84.38% from 255 or 77.90% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 215 - color contains mainly: green. Hex color #1FD71E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD71E is #E028E1. Grayscale: #8B8B8B. Windows color (decimal): -14690530 or 2021151. OLE color: 2021151.

HSL color Cylindrical-coordinate representation of color #1FD71E: hue angle of 119.68º degrees, saturation: 0.76, 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 #1FD71E is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 31 215 30 -
CMYK 0.86 0 0.86 0.16
HSL 119.68º 0.76% 0.48% -
HSV(B) 119.68º 0.86% 0.84% -
XYZ 25.1 48.99 9.36 -
YUV 138.89 66.54 51.04 -
System Red Green Blue C M Y K H S L
Decimal 31 215 30 0.86 0 0.86 0.16 119.68 0.76 0.48
Hex 1F D7 1E 56 0 56 10 78 4C 30
Octal 37 327 36 126 0 126 20 170 114 60
Binary 11111 11010111 11110 1010110 0 1010110 10000 1111000 1001100 110000

Color Harmonies of #1FD71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD71E

Black with #1FD71E

Text Example


Text Example

White with #1FD71E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,215,30); }

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

background-color css

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

 a { background-color: rgb(31,215,30); }

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

border-color css

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

 span { border-color: rgb(31,215,30); }

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