Html Css Color HEX #2ECD31 Lime Green

📋 copy color: '#2ECD31'

red 46 ◦ green 205 ◦ blue 49

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

Shades of Lime Green #2ECD31

Tints of Lime Green #2ECD31

RGB

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

 GREEN value IS 205 (80.47% from 255) = 68.33%

 BLUE value IS 49 (19.53% from 255) = 16.33%

R = 15.33%
G = 68.33%
B = 16.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#2ECD31 (or 0x2ECD31) is known color: Lime Green. HEX triplet: 2E, CD and 31. RGB value is (46,205,49). Sum of RGB (Red+Green+Blue) = 46+205+49=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 205 (80.47% from 255 or 68.33% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECD31 is #D132CE. Grayscale: #8C8C8C. Windows color (decimal): -13710031 or 3263790. OLE color: 3263790.

HSL color Cylindrical-coordinate representation of color #2ECD31: hue angle of 121.13º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECD31 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 205 49 -
CMYK 0.78 0 0.76 0.20
HSL 121.13º 0.63% 0.49% -
HSV(B) 121.13º 0.78% 0.8% -
XYZ 23.51 44.47 10.25 -
YUV 139.68 76.82 61.18 -
System Red Green Blue C M Y K H S L
Decimal 46 205 49 0.78 0 0.76 0.20 121.13 0.63 0.49
Hex 2E CD 31 4E 0 4C 14 79 3F 31
Octal 56 315 61 116 0 114 24 171 77 61
Binary 101110 11001101 110001 1001110 0 1001100 10100 1111001 111111 110001

Color Harmonies of #2ECD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECD31

Black with #2ECD31

Text Example


Text Example

White with #2ECD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,205,49); }

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

background-color css

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

 a { background-color: rgb(46,205,49); }

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

border-color css

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

 span { border-color: rgb(46,205,49); }

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