Html Css Color HEX #2EC34F Lime Green

📋 copy color: '#2EC34F'

red 46 ◦ green 195 ◦ blue 79

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

Shades of Lime Green #2EC34F

Tints of Lime Green #2EC34F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.94%

 BLUE value IS 79 (31.25% from 255) = 24.69%

R = 14.38%
G = 60.94%
B = 24.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#2EC34F (or 0x2EC34F) is known color: Lime Green. HEX triplet: 2E, C3 and 4F. RGB value is (46,195,79). Sum of RGB (Red+Green+Blue) = 46+195+79=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC34F is #D13CB0. Grayscale: #898989. Windows color (decimal): -13712561 or 5227310. OLE color: 5227310.

HSL color Cylindrical-coordinate representation of color #2EC34F: hue angle of 133.29º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC34F is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 195 79 -
CMYK 0.76 0 0.59 0.24
HSL 133.29º 0.62% 0.47% -
HSV(B) 133.29º 0.76% 0.76% -
XYZ 22.05 40.18 13.99 -
YUV 137.23 95.14 62.93 -
System Red Green Blue C M Y K H S L
Decimal 46 195 79 0.76 0 0.59 0.24 133.29 0.62 0.47
Hex 2E C3 4F 4C 0 3B 18 85 3E 2F
Octal 56 303 117 114 0 73 30 205 76 57
Binary 101110 11000011 1001111 1001100 0 111011 11000 10000101 111110 101111

Color Harmonies of #2EC34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC34F

Black with #2EC34F

Text Example


Text Example

White with #2EC34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,195,79); }

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

background-color css

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

 a { background-color: rgb(46,195,79); }

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

border-color css

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

 span { border-color: rgb(46,195,79); }

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