Html Css Color HEX #2EC34B Lime Green

📋 copy color: '#2EC34B'

red 46 ◦ green 195 ◦ blue 75

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

Shades of Lime Green #2EC34B

Tints of Lime Green #2EC34B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.73%

R = 14.56%
G = 61.71%
B = 23.73%

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

#2EC34B (or 0x2EC34B) is known color: Lime Green. HEX triplet: 2E, C3 and 4B. RGB value is (46,195,75). Sum of RGB (Red+Green+Blue) = 46+195+75=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC34B is #D13CB4. Grayscale: #898989. Windows color (decimal): -13712565 or 4965166. OLE color: 4965166.

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

Color convert

RGB 46 195 75 -
CMYK 0.76 0 0.62 0.24
HSL 131.68º 0.62% 0.47% -
HSV(B) 131.68º 0.76% 0.76% -
XYZ 21.91 40.12 13.25 -
YUV 136.77 93.14 63.26 -
System Red Green Blue C M Y K H S L
Decimal 46 195 75 0.76 0 0.62 0.24 131.68 0.62 0.47
Hex 2E C3 4B 4C 0 3E 18 84 3E 2F
Octal 56 303 113 114 0 76 30 204 76 57
Binary 101110 11000011 1001011 1001100 0 111110 11000 10000100 111110 101111

Color Harmonies of #2EC34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC34B

Black with #2EC34B

Text Example


Text Example

White with #2EC34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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