#2ECA1F

Color #2ECA1F Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2ECA1F

Tints of Lime Green #2ECA1F

Color information

#2ECA1F (or 0x2ECA1F) is unknown color: approx Lime Green. HEX triplet: 2E, CA and 1F. RGB value is (46,202,31). Sum of RGB (Red+Green+Blue) = 46+202+31=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 202 (79.30% from 255 or 72.40% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECA1F is #D135E0. Grayscale: #888888. Windows color (decimal): -13710817 or 2083374. OLE color: 2083374.

HSL color Cylindrical-coordinate representation of color #2ECA1F: hue angle of 114.74º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2ECA1F is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB4620231-
CMYK0.7700.850.21
HSL114.74º73.39%45.69%-
HSV(B)114.74º84.65%79.22%-
XYZ22.4942.928.4-
YUV135.8668.8263.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.49%
GREEN value IS 202 (79.30% from 255) = 72.40%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=16.49%
G=72.40%
B=11.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46202310.7700.850.21114.7473.3945.69
Hex2ECA1F4D0551573492e
Octal563123711501252516311156
Binary10111011001010111111001101010101011010111100111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ECA1F;
 }
 .AnyTagClassName
 {
   color: #2ECA1F;
 }
</style>
background-color css

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

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

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

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

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

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