Html Css Color HEX #2ECF2F Lime Green

📋 copy color: '#2ECF2F'

red 46 ◦ green 207 ◦ blue 47

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

Shades of Lime Green #2ECF2F

Tints of Lime Green #2ECF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.67%

R = 15.33%
G = 69%
B = 15.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#2ECF2F (or 0x2ECF2F) is known color: Lime Green. HEX triplet: 2E, CF and 2F. RGB value is (46,207,47). Sum of RGB (Red+Green+Blue) = 46+207+47=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 207 (81.25% from 255 or 69% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECF2F is #D130D0. Grayscale: #8D8D8D. Windows color (decimal): -13709521 or 3133230. OLE color: 3133230.

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

Color convert

RGB 46 207 47 -
CMYK 0.78 0 0.77 0.19
HSL 120.37º 0.64% 0.5% -
HSV(B) 120.37º 0.78% 0.81% -
XYZ 23.95 45.41 10.19 -
YUV 140.62 75.16 60.51 -
System Red Green Blue C M Y K H S L
Decimal 46 207 47 0.78 0 0.77 0.19 120.37 0.64 0.5
Hex 2E CF 2F 4E 0 4D 13 78 40 32
Octal 56 317 57 116 0 115 23 170 100 62
Binary 101110 11001111 101111 1001110 0 1001101 10011 1111000 1000000 110010

Color Harmonies of #2ECF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECF2F

Black with #2ECF2F

Text Example


Text Example

White with #2ECF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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