Html Css Color HEX #2ECC53 Lime Green

📋 copy color: '#2ECC53'

red 46 ◦ green 204 ◦ blue 83

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

Shades of Lime Green #2ECC53

Tints of Lime Green #2ECC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.92%

R = 13.81%
G = 61.26%
B = 24.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#2ECC53 (or 0x2ECC53) is known color: Lime Green. HEX triplet: 2E, CC and 53. RGB value is (46,204,83). Sum of RGB (Red+Green+Blue) = 46+204+83=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 204 (80.08% from 255 or 61.26% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECC53 is #D133AC. Grayscale: #8F8F8F. Windows color (decimal): -13710253 or 5491758. OLE color: 5491758.

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

Color convert

RGB 46 204 83 -
CMYK 0.77 0 0.59 0.2
HSL 134.05º 0.63% 0.49% -
HSV(B) 134.05º 0.77% 0.8% -
XYZ 24.28 44.39 15.47 -
YUV 142.96 94.15 58.84 -
System Red Green Blue C M Y K H S L
Decimal 46 204 83 0.77 0 0.59 0.2 134.05 0.63 0.49
Hex 2E CC 53 4D 0 3B 14 86 3F 31
Octal 56 314 123 115 0 73 24 206 77 61
Binary 101110 11001100 1010011 1001101 0 111011 10100 10000110 111111 110001

Color Harmonies of #2ECC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECC53

Black with #2ECC53

Text Example


Text Example

White with #2ECC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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