Html Css Color HEX #1ED73D Lime Green

📋 copy color: '#1ED73D'

red 30 ◦ green 215 ◦ blue 61

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

Shades of Lime Green #1ED73D

Tints of Lime Green #1ED73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.93%

R = 9.8%
G = 70.26%
B = 19.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#1ED73D (or 0x1ED73D) is known color: Lime Green. HEX triplet: 1E, D7 and 3D. RGB value is (30,215,61). Sum of RGB (Red+Green+Blue) = 30+215+61=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 215 (84.38% from 255 or 70.26% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED73D is #E128C2. Grayscale: #8E8E8E. Windows color (decimal): -14756035 or 4052766. OLE color: 4052766.

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

Color convert

RGB 30 215 61 -
CMYK 0.86 0 0.72 0.16
HSL 130.05º 0.76% 0.48% -
HSV(B) 130.05º 0.86% 0.84% -
XYZ 25.68 49.21 12.56 -
YUV 142.13 82.21 48.02 -
System Red Green Blue C M Y K H S L
Decimal 30 215 61 0.86 0 0.72 0.16 130.05 0.76 0.48
Hex 1E D7 3D 56 0 48 10 82 4C 30
Octal 36 327 75 126 0 110 20 202 114 60
Binary 11110 11010111 111101 1010110 0 1001000 10000 10000010 1001100 110000

Color Harmonies of #1ED73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED73D

Black with #1ED73D

Text Example


Text Example

White with #1ED73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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