Html Css Color HEX #1ECD1C Lime Green

📋 copy color: '#1ECD1C'

red 30 ◦ green 205 ◦ blue 28

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

Shades of Lime Green #1ECD1C

Tints of Lime Green #1ECD1C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 77.95%

 BLUE value IS 28 (11.33% from 255) = 10.65%

R = 11.41%
G = 77.95%
B = 10.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#1ECD1C (or 0x1ECD1C) is known color: Lime Green. HEX triplet: 1E, CD and 1C. RGB value is (30,205,28). Sum of RGB (Red+Green+Blue) = 30+205+28=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 205 (80.47% from 255 or 77.95% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECD1C is #E132E3. Grayscale: #858585. Windows color (decimal): -14758628 or 1887518. OLE color: 1887518.

HSL color Cylindrical-coordinate representation of color #1ECD1C: hue angle of 119.32º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECD1C is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 205 28 -
CMYK 0.85 0 0.86 0.20
HSL 119.32º 0.76% 0.46% -
HSV(B) 119.32º 0.86% 0.8% -
XYZ 22.58 44.02 8.41 -
YUV 132.5 69.02 54.89 -
System Red Green Blue C M Y K H S L
Decimal 30 205 28 0.85 0 0.86 0.20 119.32 0.76 0.46
Hex 1E CD 1C 55 0 56 14 77 4C 2E
Octal 36 315 34 125 0 126 24 167 114 56
Binary 11110 11001101 11100 1010101 0 1010110 10100 1110111 1001100 101110

Color Harmonies of #1ECD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECD1C

Black with #1ECD1C

Text Example


Text Example

White with #1ECD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,205,28); }

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

background-color css

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

 a { background-color: rgb(30,205,28); }

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

border-color css

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

 span { border-color: rgb(30,205,28); }

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