Html Css Color HEX #2EB241 Lime Green

📋 copy color: '#2EB241'

red 46 ◦ green 178 ◦ blue 65

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

Shades of Lime Green #2EB241

Tints of Lime Green #2EB241

RGB

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

 GREEN value IS 178 (69.92% from 255) = 61.59%

 BLUE value IS 65 (25.78% from 255) = 22.49%

R = 15.92%
G = 61.59%
B = 22.49%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#2EB241 (or 0x2EB241) is known color: Lime Green. HEX triplet: 2E, B2 and 41. RGB value is (46,178,65). Sum of RGB (Red+Green+Blue) = 46+178+65=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 178 (69.92% from 255 or 61.59% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB241 is #D14DBE. Grayscale: #7D7D7D. Windows color (decimal): -13716927 or 4305454. OLE color: 4305454.

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

Color convert

RGB 46 178 65 -
CMYK 0.74 0 0.63 0.30
HSL 128.64º 0.59% 0.44% -
HSV(B) 128.64º 0.74% 0.7% -
XYZ 18 32.8 10.38 -
YUV 125.65 93.77 71.19 -
System Red Green Blue C M Y K H S L
Decimal 46 178 65 0.74 0 0.63 0.30 128.64 0.59 0.44
Hex 2E B2 41 4A 0 3F 1E 81 3B 2C
Octal 56 262 101 112 0 77 36 201 73 54
Binary 101110 10110010 1000001 1001010 0 111111 11110 10000001 111011 101100

Color Harmonies of #2EB241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB241

Black with #2EB241

Text Example


Text Example

White with #2EB241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,178,65); }

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

background-color css

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

 a { background-color: rgb(46,178,65); }

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

border-color css

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

 span { border-color: rgb(46,178,65); }

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