Html Css Color HEX #2EC33A Lime Green

📋 copy color: '#2EC33A'

red 46 ◦ green 195 ◦ blue 58

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

Shades of Lime Green #2EC33A

Tints of Lime Green #2EC33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.4%

R = 15.38%
G = 65.22%
B = 19.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#2EC33A (or 0x2EC33A) is known color: Lime Green. HEX triplet: 2E, C3 and 3A. RGB value is (46,195,58). Sum of RGB (Red+Green+Blue) = 46+195+58=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 195 (76.56% from 255 or 65.22% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC33A is #D13CC5. Grayscale: #878787. Windows color (decimal): -13712582 or 3851054. OLE color: 3851054.

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

Color convert

RGB 46 195 58 -
CMYK 0.76 0 0.70 0.24
HSL 124.83º 0.62% 0.47% -
HSV(B) 124.83º 0.76% 0.76% -
XYZ 21.41 39.92 10.58 -
YUV 134.83 84.64 64.64 -
System Red Green Blue C M Y K H S L
Decimal 46 195 58 0.76 0 0.70 0.24 124.83 0.62 0.47
Hex 2E C3 3A 4C 0 46 18 7D 3E 2F
Octal 56 303 72 114 0 106 30 175 76 57
Binary 101110 11000011 111010 1001100 0 1000110 11000 1111101 111110 101111

Color Harmonies of #2EC33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC33A

Black with #2EC33A

Text Example


Text Example

White with #2EC33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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