Html Css Color HEX #2EB325 Lime Green

📋 copy color: '#2EB325'

red 46 ◦ green 179 ◦ blue 37

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

Shades of Lime Green #2EB325

Tints of Lime Green #2EB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 68.32%

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

R = 17.56%
G = 68.32%
B = 14.12%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#2EB325 (or 0x2EB325) is known color: Lime Green. HEX triplet: 2E, B3 and 25. RGB value is (46,179,37). Sum of RGB (Red+Green+Blue) = 46+179+37=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 179 (70.31% from 255 or 68.32% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB325 is #D14CDA. Grayscale: #7B7B7B. Windows color (decimal): -13716699 or 2470702. OLE color: 2470702.

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

Color convert

RGB 46 179 37 -
CMYK 0.74 0 0.79 0.30
HSL 116.2º 0.66% 0.42% -
HSV(B) 116.2º 0.79% 0.7% -
XYZ 17.58 32.95 7.18 -
YUV 123.05 79.44 73.05 -
System Red Green Blue C M Y K H S L
Decimal 46 179 37 0.74 0 0.79 0.30 116.2 0.66 0.42
Hex 2E B3 25 4A 0 4F 1E 74 42 2A
Octal 56 263 45 112 0 117 36 164 102 52
Binary 101110 10110011 100101 1001010 0 1001111 11110 1110100 1000010 101010

Color Harmonies of #2EB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB325

Black with #2EB325

Text Example


Text Example

White with #2EB325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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