Html Css Color HEX #1EDE2A Lime Green

📋 copy color: '#1EDE2A'

red 30 ◦ green 222 ◦ blue 42

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

Shades of Lime Green #1EDE2A

Tints of Lime Green #1EDE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.29%

R = 10.2%
G = 75.51%
B = 14.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#1EDE2A (or 0x1EDE2A) is known color: Lime Green. HEX triplet: 1E, DE and 2A. RGB value is (30,222,42). Sum of RGB (Red+Green+Blue) = 30+222+42=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 222 (87.11% from 255 or 75.51% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDE2A is #E121D5. Grayscale: #909090. Windows color (decimal): -14754262 or 2809374. OLE color: 2809374.

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

Color convert

RGB 30 222 42 -
CMYK 0.86 0 0.81 0.13
HSL 123.75º 0.76% 0.49% -
HSV(B) 123.75º 0.86% 0.87% -
XYZ 27.07 52.69 10.93 -
YUV 144.07 70.39 46.64 -
System Red Green Blue C M Y K H S L
Decimal 30 222 42 0.86 0 0.81 0.13 123.75 0.76 0.49
Hex 1E DE 2A 56 0 51 D 7C 4C 31
Octal 36 336 52 126 0 121 15 174 114 61
Binary 11110 11011110 101010 1010110 0 1010001 1101 1111100 1001100 110001

Color Harmonies of #1EDE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDE2A

Black with #1EDE2A

Text Example


Text Example

White with #1EDE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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