Html Css Color HEX #2ECC42 Lime Green

📋 copy color: '#2ECC42'

red 46 ◦ green 204 ◦ blue 66

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

Shades of Lime Green #2ECC42

Tints of Lime Green #2ECC42

RGB

 RED value IS 46 (18.36% from 255) = 14.56%

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

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 14.56%
G = 64.56%
B = 20.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#2ECC42 (or 0x2ECC42) is known color: Lime Green. HEX triplet: 2E, CC and 42. RGB value is (46,204,66). Sum of RGB (Red+Green+Blue) = 46+204+66=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 204 (80.08% from 255 or 64.56% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECC42 is #D133BD. Grayscale: #8D8D8D. Windows color (decimal): -13710270 or 4377646. OLE color: 4377646.

HSL color Cylindrical-coordinate representation of color #2ECC42: hue angle of 127.59º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECC42 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 46 204 66 -
CMYK 0.77 0 0.68 0.2
HSL 127.59º 0.63% 0.49% -
HSV(B) 127.59º 0.77% 0.8% -
XYZ 23.7 44.16 12.43 -
YUV 141.03 85.65 60.22 -
System Red Green Blue C M Y K H S L
Decimal 46 204 66 0.77 0 0.68 0.2 127.59 0.63 0.49
Hex 2E CC 42 4D 0 44 14 80 3F 31
Octal 56 314 102 115 0 104 24 200 77 61
Binary 101110 11001100 1000010 1001101 0 1000100 10100 10000000 111111 110001

Color Harmonies of #2ECC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECC42

Black with #2ECC42

Text Example


Text Example

White with #2ECC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ECC42; }

 p { color: rgb(46,204,66); }

 H1.HeaderClassName
 {
   color: #2ECC42;
 }
 .AnyTagClassName
 {
   color: #2ECC42;
 }
</style>

background-color css

<style>
 a { background-color: #2ECC42; }

 a { background-color: rgb(46,204,66); }

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

border-color css

<style>
 span { border-color: #2ECC42; }

 span { border-color: rgb(46,204,66); }

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