Html Css Color HEX #1EDE26 Lime Green

📋 copy color: '#1EDE26'

red 30 ◦ green 222 ◦ blue 38

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

Shades of Lime Green #1EDE26

Tints of Lime Green #1EDE26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.1%

R = 10.34%
G = 76.55%
B = 13.1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#1EDE26 (or 0x1EDE26) is known color: Lime Green. HEX triplet: 1E, DE and 26. RGB value is (30,222,38). Sum of RGB (Red+Green+Blue) = 30+222+38=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 222 (87.11% from 255 or 76.55% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDE26 is #E121D9. Grayscale: #909090. Windows color (decimal): -14754266 or 2547230. OLE color: 2547230.

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

Color convert

RGB 30 222 38 -
CMYK 0.86 0 0.83 0.13
HSL 122.5º 0.76% 0.49% -
HSV(B) 122.5º 0.86% 0.87% -
XYZ 27.01 52.66 10.57 -
YUV 143.62 68.39 46.96 -
System Red Green Blue C M Y K H S L
Decimal 30 222 38 0.86 0 0.83 0.13 122.5 0.76 0.49
Hex 1E DE 26 56 0 53 D 7B 4C 31
Octal 36 336 46 126 0 123 15 173 114 61
Binary 11110 11011110 100110 1010110 0 1010011 1101 1111011 1001100 110001

Color Harmonies of #1EDE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDE26

Black with #1EDE26

Text Example


Text Example

White with #1EDE26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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