Html Css Color HEX #2EC34A Lime Green

📋 copy color: '#2EC34A'

red 46 ◦ green 195 ◦ blue 74

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

Shades of Lime Green #2EC34A

Tints of Lime Green #2EC34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 14.6%
G = 61.9%
B = 23.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#2EC34A (or 0x2EC34A) is known color: Lime Green. HEX triplet: 2E, C3 and 4A. RGB value is (46,195,74). Sum of RGB (Red+Green+Blue) = 46+195+74=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC34A is #D13CB5. Grayscale: #888888. Windows color (decimal): -13712566 or 4899630. OLE color: 4899630.

HSL color Cylindrical-coordinate representation of color #2EC34A: hue angle of 131.28º 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 #2EC34A is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 195 74 -
CMYK 0.76 0 0.62 0.24
HSL 131.28º 0.62% 0.47% -
HSV(B) 131.28º 0.76% 0.76% -
XYZ 21.88 40.11 13.07 -
YUV 136.66 92.64 63.34 -
System Red Green Blue C M Y K H S L
Decimal 46 195 74 0.76 0 0.62 0.24 131.28 0.62 0.47
Hex 2E C3 4A 4C 0 3E 18 83 3E 2F
Octal 56 303 112 114 0 76 30 203 76 57
Binary 101110 11000011 1001010 1001100 0 111110 11000 10000011 111110 101111

Color Harmonies of #2EC34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC34A

Black with #2EC34A

Text Example


Text Example

White with #2EC34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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