Html Css Color HEX #1EDE2C Lime Green

📋 copy color: '#1EDE2C'

red 30 ◦ green 222 ◦ blue 44

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

Shades of Lime Green #1EDE2C

Tints of Lime Green #1EDE2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 10.14%
G = 75%
B = 14.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#1EDE2C (or 0x1EDE2C) is known color: Lime Green. HEX triplet: 1E, DE and 2C. RGB value is (30,222,44). Sum of RGB (Red+Green+Blue) = 30+222+44=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 222 (87.11% from 255 or 75% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDE2C is #E121D3. Grayscale: #909090. Windows color (decimal): -14754260 or 2940446. OLE color: 2940446.

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

Color convert

RGB 30 222 44 -
CMYK 0.86 0 0.80 0.13
HSL 124.38º 0.76% 0.49% -
HSV(B) 124.38º 0.86% 0.87% -
XYZ 27.11 52.7 11.13 -
YUV 144.3 71.39 46.47 -
System Red Green Blue C M Y K H S L
Decimal 30 222 44 0.86 0 0.80 0.13 124.38 0.76 0.49
Hex 1E DE 2C 56 0 50 D 7C 4C 31
Octal 36 336 54 126 0 120 15 174 114 61
Binary 11110 11011110 101100 1010110 0 1010000 1101 1111100 1001100 110001

Color Harmonies of #1EDE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDE2C

Black with #1EDE2C

Text Example


Text Example

White with #1EDE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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