Html Css Color HEX #2ECF1F Lime Green

📋 copy color: '#2ECF1F'

red 46 ◦ green 207 ◦ blue 31

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

Shades of Lime Green #2ECF1F

Tints of Lime Green #2ECF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.92%

R = 16.2%
G = 72.89%
B = 10.92%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#2ECF1F (or 0x2ECF1F) is known color: Lime Green. HEX triplet: 2E, CF and 1F. RGB value is (46,207,31). Sum of RGB (Red+Green+Blue) = 46+207+31=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 207 (81.25% from 255 or 72.89% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECF1F is #D130E0. Grayscale: #8B8B8B. Windows color (decimal): -13709537 or 2084654. OLE color: 2084654.

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

Color convert

RGB 46 207 31 -
CMYK 0.78 0 0.85 0.19
HSL 114.89º 0.74% 0.47% -
HSV(B) 114.89º 0.85% 0.81% -
XYZ 23.69 45.31 8.79 -
YUV 138.8 67.16 61.81 -
System Red Green Blue C M Y K H S L
Decimal 46 207 31 0.78 0 0.85 0.19 114.89 0.74 0.47
Hex 2E CF 1F 4E 0 55 13 73 4A 2F
Octal 56 317 37 116 0 125 23 163 112 57
Binary 101110 11001111 11111 1001110 0 1010101 10011 1110011 1001010 101111

Color Harmonies of #2ECF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECF1F

Black with #2ECF1F

Text Example


Text Example

White with #2ECF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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