Html Css Color HEX #2ECD3E Lime Green

📋 copy color: '#2ECD3E'

red 46 ◦ green 205 ◦ blue 62

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

Shades of Lime Green #2ECD3E

Tints of Lime Green #2ECD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 14.7%
G = 65.5%
B = 19.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#2ECD3E (or 0x2ECD3E) is known color: Lime Green. HEX triplet: 2E, CD and 3E. RGB value is (46,205,62). Sum of RGB (Red+Green+Blue) = 46+205+62=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 205 (80.47% from 255 or 65.50% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECD3E is #D132C1. Grayscale: #8D8D8D. Windows color (decimal): -13710018 or 4115758. OLE color: 4115758.

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

Color convert

RGB 46 205 62 -
CMYK 0.78 0 0.70 0.20
HSL 126.04º 0.63% 0.49% -
HSV(B) 126.04º 0.78% 0.8% -
XYZ 23.83 44.59 11.91 -
YUV 141.16 83.32 60.13 -
System Red Green Blue C M Y K H S L
Decimal 46 205 62 0.78 0 0.70 0.20 126.04 0.63 0.49
Hex 2E CD 3E 4E 0 46 14 7E 3F 31
Octal 56 315 76 116 0 106 24 176 77 61
Binary 101110 11001101 111110 1001110 0 1000110 10100 1111110 111111 110001

Color Harmonies of #2ECD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECD3E

Black with #2ECD3E

Text Example


Text Example

White with #2ECD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,205,62); }

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

background-color css

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

 a { background-color: rgb(46,205,62); }

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

border-color css

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

 span { border-color: rgb(46,205,62); }

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