Html Css Color HEX #2ECF3E Lime Green

📋 copy color: '#2ECF3E'

red 46 ◦ green 207 ◦ blue 62

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

Shades of Lime Green #2ECF3E

Tints of Lime Green #2ECF3E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 65.71%

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

R = 14.6%
G = 65.71%
B = 19.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#2ECF3E (or 0x2ECF3E) is known color: Lime Green. HEX triplet: 2E, CF and 3E. RGB value is (46,207,62). Sum of RGB (Red+Green+Blue) = 46+207+62=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 207 (81.25% from 255 or 65.71% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECF3E is #D130C1. Grayscale: #8E8E8E. Windows color (decimal): -13709506 or 4116270. OLE color: 4116270.

HSL color Cylindrical-coordinate representation of color #2ECF3E: hue angle of 125.96º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECF3E is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 207 62 -
CMYK 0.78 0 0.70 0.19
HSL 125.96º 0.64% 0.5% -
HSV(B) 125.96º 0.78% 0.81% -
XYZ 24.31 45.55 12.07 -
YUV 142.33 82.66 59.29 -
System Red Green Blue C M Y K H S L
Decimal 46 207 62 0.78 0 0.70 0.19 125.96 0.64 0.5
Hex 2E CF 3E 4E 0 46 13 7E 40 32
Octal 56 317 76 116 0 106 23 176 100 62
Binary 101110 11001111 111110 1001110 0 1000110 10011 1111110 1000000 110010

Color Harmonies of #2ECF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECF3E

Black with #2ECF3E

Text Example


Text Example

White with #2ECF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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