Html Css Color HEX #1ECC40 Lime Green

📋 copy color: '#1ECC40'

red 30 ◦ green 204 ◦ blue 64

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

Shades of Lime Green #1ECC40

Tints of Lime Green #1ECC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 68.46%

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 10.07%
G = 68.46%
B = 21.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#1ECC40 (or 0x1ECC40) is known color: Lime Green. HEX triplet: 1E, CC and 40. RGB value is (30,204,64). Sum of RGB (Red+Green+Blue) = 30+204+64=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 204 (80.08% from 255 or 68.46% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECC40 is #E133BF. Grayscale: #888888. Windows color (decimal): -14758848 or 4246558. OLE color: 4246558.

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

Color convert

RGB 30 204 64 -
CMYK 0.85 0 0.69 0.2
HSL 131.72º 0.74% 0.46% -
HSV(B) 131.72º 0.85% 0.8% -
XYZ 23.05 43.83 12.1 -
YUV 136.01 87.35 52.38 -
System Red Green Blue C M Y K H S L
Decimal 30 204 64 0.85 0 0.69 0.2 131.72 0.74 0.46
Hex 1E CC 40 55 0 45 14 84 4A 2E
Octal 36 314 100 125 0 105 24 204 112 56
Binary 11110 11001100 1000000 1010101 0 1000101 10100 10000100 1001010 101110

Color Harmonies of #1ECC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ECC40

Black with #1ECC40

Text Example


Text Example

White with #1ECC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,204,64); }

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

background-color css

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

 a { background-color: rgb(30,204,64); }

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

border-color css

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

 span { border-color: rgb(30,204,64); }

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