Html Css Color HEX #1ED73C Lime Green

📋 copy color: '#1ED73C'

red 30 ◦ green 215 ◦ blue 60

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

Shades of Lime Green #1ED73C

Tints of Lime Green #1ED73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 9.84%
G = 70.49%
B = 19.67%

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

#1ED73C (or 0x1ED73C) is known color: Lime Green. HEX triplet: 1E, D7 and 3C. RGB value is (30,215,60). Sum of RGB (Red+Green+Blue) = 30+215+60=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 215 (84.38% from 255 or 70.49% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED73C is #E128C3. Grayscale: #8E8E8E. Windows color (decimal): -14756036 or 3987230. OLE color: 3987230.

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

Color convert

RGB 30 215 60 -
CMYK 0.86 0 0.72 0.16
HSL 129.73º 0.76% 0.48% -
HSV(B) 129.73º 0.86% 0.84% -
XYZ 25.65 49.2 12.42 -
YUV 142.02 81.71 48.1 -
System Red Green Blue C M Y K H S L
Decimal 30 215 60 0.86 0 0.72 0.16 129.73 0.76 0.48
Hex 1E D7 3C 56 0 48 10 82 4C 30
Octal 36 327 74 126 0 110 20 202 114 60
Binary 11110 11010111 111100 1010110 0 1001000 10000 10000010 1001100 110000

Color Harmonies of #1ED73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED73C

Black with #1ED73C

Text Example


Text Example

White with #1ED73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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