Html Css Color HEX #1ED930 Lime Green

📋 copy color: '#1ED930'

red 30 ◦ green 217 ◦ blue 48

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

Shades of Lime Green #1ED930

Tints of Lime Green #1ED930

RGB

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

 GREEN value IS 217 (85.16% from 255) = 73.56%

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

R = 10.17%
G = 73.56%
B = 16.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#1ED930 (or 0x1ED930) is known color: Lime Green. HEX triplet: 1E, D9 and 30. RGB value is (30,217,48). Sum of RGB (Red+Green+Blue) = 30+217+48=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 217 (85.16% from 255 or 73.56% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED930 is #E126CF. Grayscale: #8E8E8E. Windows color (decimal): -14755536 or 3201310. OLE color: 3201310.

HSL color Cylindrical-coordinate representation of color #1ED930: hue angle of 125.78º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED930 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 217 48 -
CMYK 0.86 0 0.78 0.15
HSL 125.78º 0.76% 0.48% -
HSV(B) 125.78º 0.86% 0.85% -
XYZ 25.88 50.12 11.11 -
YUV 141.82 75.05 48.24 -
System Red Green Blue C M Y K H S L
Decimal 30 217 48 0.86 0 0.78 0.15 125.78 0.76 0.48
Hex 1E D9 30 56 0 4E F 7E 4C 30
Octal 36 331 60 126 0 116 17 176 114 60
Binary 11110 11011001 110000 1010110 0 1001110 1111 1111110 1001100 110000

Color Harmonies of #1ED930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED930

Black with #1ED930

Text Example


Text Example

White with #1ED930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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