Html Css Color HEX #1EDE3C Lime Green

📋 copy color: '#1EDE3C'

red 30 ◦ green 222 ◦ blue 60

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

Shades of Lime Green #1EDE3C

Tints of Lime Green #1EDE3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 9.62%
G = 71.15%
B = 19.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#1EDE3C (or 0x1EDE3C) is known color: Lime Green. HEX triplet: 1E, DE and 3C. RGB value is (30,222,60). Sum of RGB (Red+Green+Blue) = 30+222+60=312 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.62% from 312); Green value is 222 (87.11% from 255 or 71.15% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDE3C is #E121C3. Grayscale: #929292. Windows color (decimal): -14754244 or 3989022. OLE color: 3989022.

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

Color convert

RGB 30 222 60 -
CMYK 0.86 0 0.73 0.13
HSL 129.38º 0.76% 0.49% -
HSV(B) 129.38º 0.86% 0.87% -
XYZ 27.47 52.84 13.03 -
YUV 146.12 79.39 45.17 -
System Red Green Blue C M Y K H S L
Decimal 30 222 60 0.86 0 0.73 0.13 129.38 0.76 0.49
Hex 1E DE 3C 56 0 49 D 81 4C 31
Octal 36 336 74 126 0 111 15 201 114 61
Binary 11110 11011110 111100 1010110 0 1001001 1101 10000001 1001100 110001

Color Harmonies of #1EDE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDE3C

Black with #1EDE3C

Text Example


Text Example

White with #1EDE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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