Html Css Color HEX #2ECF0E Lime Green

📋 copy color: '#2ECF0E'

red 46 ◦ green 207 ◦ blue 14

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

Shades of Lime Green #2ECF0E

Tints of Lime Green #2ECF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.24%

R = 17.23%
G = 77.53%
B = 5.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#2ECF0E (or 0x2ECF0E) is known color: Lime Green. HEX triplet: 2E, CF and 0E. RGB value is (46,207,14). Sum of RGB (Red+Green+Blue) = 46+207+14=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 207 (81.25% from 255 or 77.53% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECF0E is #D130F1. Grayscale: #898989. Windows color (decimal): -13709554 or 970542. OLE color: 970542.

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

Color convert

RGB 46 207 14 -
CMYK 0.78 0 0.93 0.19
HSL 110.05º 0.87% 0.43% -
HSV(B) 110.05º 0.93% 0.81% -
XYZ 23.52 45.24 7.91 -
YUV 136.86 58.66 63.19 -
System Red Green Blue C M Y K H S L
Decimal 46 207 14 0.78 0 0.93 0.19 110.05 0.87 0.43
Hex 2E CF E 4E 0 5D 13 6E 57 2B
Octal 56 317 16 116 0 135 23 156 127 53
Binary 101110 11001111 1110 1001110 0 1011101 10011 1101110 1010111 101011

Color Harmonies of #2ECF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECF0E

Black with #2ECF0E

Text Example


Text Example

White with #2ECF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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