Html Css Color HEX #2EA935 Lime Green

📋 copy color: '#2EA935'

red 46 ◦ green 169 ◦ blue 53

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

Shades of Lime Green #2EA935

Tints of Lime Green #2EA935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 63.06%

 BLUE value IS 53 (21.09% from 255) = 19.78%

R = 17.16%
G = 63.06%
B = 19.78%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#2EA935 (or 0x2EA935) is known color: Lime Green. HEX triplet: 2E, A9 and 35. RGB value is (46,169,53). Sum of RGB (Red+Green+Blue) = 46+169+53=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 169 (66.41% from 255 or 63.06% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA935 is #D156CA. Grayscale: #777777. Windows color (decimal): -13719243 or 3516718. OLE color: 3516718.

HSL color Cylindrical-coordinate representation of color #2EA935: hue angle of 123.41º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA935 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 46 169 53 -
CMYK 0.73 0 0.69 0.34
HSL 123.41º 0.57% 0.42% -
HSV(B) 123.41º 0.73% 0.66% -
XYZ 15.96 29.21 8.17 -
YUV 119 90.75 75.93 -
System Red Green Blue C M Y K H S L
Decimal 46 169 53 0.73 0 0.69 0.34 123.41 0.57 0.42
Hex 2E A9 35 49 0 45 22 7B 39 2A
Octal 56 251 65 111 0 105 42 173 71 52
Binary 101110 10101001 110101 1001001 0 1000101 100010 1111011 111001 101010

Color Harmonies of #2EA935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA935

Black with #2EA935

Text Example


Text Example

White with #2EA935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,169,53); }

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

background-color css

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

 a { background-color: rgb(46,169,53); }

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

border-color css

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

 span { border-color: rgb(46,169,53); }

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