Html Css Color HEX #1ED730 Lime Green

📋 copy color: '#1ED730'

red 30 ◦ green 215 ◦ blue 48

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

Shades of Lime Green #1ED730

Tints of Lime Green #1ED730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.38%

R = 10.24%
G = 73.38%
B = 16.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#1ED730 (or 0x1ED730) is known color: Lime Green. HEX triplet: 1E, D7 and 30. RGB value is (30,215,48). Sum of RGB (Red+Green+Blue) = 30+215+48=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 215 (84.38% from 255 or 73.38% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED730 is #E128CF. Grayscale: #8D8D8D. Windows color (decimal): -14756048 or 3200798. OLE color: 3200798.

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

Color convert

RGB 30 215 48 -
CMYK 0.86 0 0.78 0.16
HSL 125.84º 0.76% 0.48% -
HSV(B) 125.84º 0.86% 0.84% -
XYZ 25.37 49.09 10.93 -
YUV 140.65 75.71 49.08 -
System Red Green Blue C M Y K H S L
Decimal 30 215 48 0.86 0 0.78 0.16 125.84 0.76 0.48
Hex 1E D7 30 56 0 4E 10 7E 4C 30
Octal 36 327 60 126 0 116 20 176 114 60
Binary 11110 11010111 110000 1010110 0 1001110 10000 1111110 1001100 110000

Color Harmonies of #1ED730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED730

Black with #1ED730

Text Example


Text Example

White with #1ED730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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