Html Css Color HEX #1ED71F Lime Green

📋 copy color: '#1ED71F'

red 30 ◦ green 215 ◦ blue 31

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

Shades of Lime Green #1ED71F

Tints of Lime Green #1ED71F

RGB

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

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

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

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

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

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

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

Color convert

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

Color Harmonies of #1ED71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED71F

Black with #1ED71F

Text Example


Text Example

White with #1ED71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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