Html Css Color HEX #2ECC45 Lime Green

📋 copy color: '#2ECC45'

red 46 ◦ green 204 ◦ blue 69

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

Shades of Lime Green #2ECC45

Tints of Lime Green #2ECC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.63%

R = 14.42%
G = 63.95%
B = 21.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#2ECC45 (or 0x2ECC45) is known color: Lime Green. HEX triplet: 2E, CC and 45. RGB value is (46,204,69). Sum of RGB (Red+Green+Blue) = 46+204+69=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 204 (80.08% from 255 or 63.95% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECC45 is #D133BA. Grayscale: #8D8D8D. Windows color (decimal): -13710267 or 4574254. OLE color: 4574254.

HSL color Cylindrical-coordinate representation of color #2ECC45: hue angle of 128.73º 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 #2ECC45 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 46 204 69 -
CMYK 0.77 0 0.66 0.2
HSL 128.73º 0.63% 0.49% -
HSV(B) 128.73º 0.77% 0.8% -
XYZ 23.79 44.2 12.91 -
YUV 141.37 87.15 59.98 -
System Red Green Blue C M Y K H S L
Decimal 46 204 69 0.77 0 0.66 0.2 128.73 0.63 0.49
Hex 2E CC 45 4D 0 42 14 81 3F 31
Octal 56 314 105 115 0 102 24 201 77 61
Binary 101110 11001100 1000101 1001101 0 1000010 10100 10000001 111111 110001

Color Harmonies of #2ECC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECC45

Black with #2ECC45

Text Example


Text Example

White with #2ECC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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