Html Css Color HEX #2EAF25 Lime Green

📋 copy color: '#2EAF25'

red 46 ◦ green 175 ◦ blue 37

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

Shades of Lime Green #2EAF25

Tints of Lime Green #2EAF25

RGB

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

 GREEN value IS 175 (68.75% from 255) = 67.83%

 BLUE value IS 37 (14.84% from 255) = 14.34%

R = 17.83%
G = 67.83%
B = 14.34%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#2EAF25 (or 0x2EAF25) is known color: Lime Green. HEX triplet: 2E, AF and 25. RGB value is (46,175,37). Sum of RGB (Red+Green+Blue) = 46+175+37=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 175 (68.75% from 255 or 67.83% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 175 - color contains mainly: green. Hex color #2EAF25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAF25 is #D150DA. Grayscale: #797979. Windows color (decimal): -13717723 or 2469678. OLE color: 2469678.

HSL color Cylindrical-coordinate representation of color #2EAF25: hue angle of 116.09º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EAF25 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 46 175 37 -
CMYK 0.74 0 0.79 0.31
HSL 116.09º 0.65% 0.42% -
HSV(B) 116.09º 0.79% 0.69% -
XYZ 16.79 31.37 6.92 -
YUV 120.7 80.76 74.72 -
System Red Green Blue C M Y K H S L
Decimal 46 175 37 0.74 0 0.79 0.31 116.09 0.65 0.42
Hex 2E AF 25 4A 0 4F 1F 74 41 2A
Octal 56 257 45 112 0 117 37 164 101 52
Binary 101110 10101111 100101 1001010 0 1001111 11111 1110100 1000001 101010

Color Harmonies of #2EAF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAF25

Black with #2EAF25

Text Example


Text Example

White with #2EAF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,175,37); }

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

background-color css

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

 a { background-color: rgb(46,175,37); }

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

border-color css

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

 span { border-color: rgb(46,175,37); }

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