Html Css Color HEX #1ECD07 Lime Green

📋 copy color: '#1ECD07'

red 30 ◦ green 205 ◦ blue 7

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

Shades of Lime Green #1ECD07

Tints of Lime Green #1ECD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.89%

R = 12.4%
G = 84.71%
B = 2.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#1ECD07 (or 0x1ECD07) is known color: Lime Green. HEX triplet: 1E, CD and 07. RGB value is (30,205,7). Sum of RGB (Red+Green+Blue) = 30+205+7=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 205 (80.47% from 255 or 84.71% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECD07 is #E132F8. Grayscale: #828282. Windows color (decimal): -14758649 or 511262. OLE color: 511262.

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

Color convert

RGB 30 205 7 -
CMYK 0.85 0 0.97 0.20
HSL 113.03º 0.93% 0.42% -
HSV(B) 113.03º 0.97% 0.8% -
XYZ 22.41 43.95 7.5 -
YUV 130.1 58.52 56.6 -
System Red Green Blue C M Y K H S L
Decimal 30 205 7 0.85 0 0.97 0.20 113.03 0.93 0.42
Hex 1E CD 7 55 0 61 14 71 5D 2A
Octal 36 315 7 125 0 141 24 161 135 52
Binary 11110 11001101 111 1010101 0 1100001 10100 1110001 1011101 101010

Color Harmonies of #1ECD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECD07

Black with #1ECD07

Text Example


Text Example

White with #1ECD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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