Html Css Color HEX #1EDE30 Lime Green

📋 copy color: '#1EDE30'

red 30 ◦ green 222 ◦ blue 48

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

Shades of Lime Green #1EDE30

Tints of Lime Green #1EDE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 74%

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

R = 10%
G = 74%
B = 16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#1EDE30 (or 0x1EDE30) is known color: Lime Green. HEX triplet: 1E, DE and 30. RGB value is (30,222,48). Sum of RGB (Red+Green+Blue) = 30+222+48=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 222 (87.11% from 255 or 74% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDE30 is #E121CF. Grayscale: #919191. Windows color (decimal): -14754256 or 3202590. OLE color: 3202590.

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

Color convert

RGB 30 222 48 -
CMYK 0.86 0 0.78 0.13
HSL 125.63º 0.76% 0.49% -
HSV(B) 125.63º 0.86% 0.87% -
XYZ 27.19 52.73 11.54 -
YUV 144.76 73.39 46.15 -
System Red Green Blue C M Y K H S L
Decimal 30 222 48 0.86 0 0.78 0.13 125.63 0.76 0.49
Hex 1E DE 30 56 0 4E D 7E 4C 31
Octal 36 336 60 126 0 116 15 176 114 61
Binary 11110 11011110 110000 1010110 0 1001110 1101 1111110 1001100 110001

Color Harmonies of #1EDE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDE30

Black with #1EDE30

Text Example


Text Example

White with #1EDE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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