Html Css Color HEX #2EB242 Lime Green

📋 copy color: '#2EB242'

red 46 ◦ green 178 ◦ blue 66

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

Shades of Lime Green #2EB242

Tints of Lime Green #2EB242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 15.86%
G = 61.38%
B = 22.76%

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

#2EB242 (or 0x2EB242) is known color: Lime Green. HEX triplet: 2E, B2 and 42. RGB value is (46,178,66). Sum of RGB (Red+Green+Blue) = 46+178+66=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 178 (69.92% from 255 or 61.38% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB242 is #D14DBD. Grayscale: #7E7E7E. Windows color (decimal): -13716926 or 4370990. OLE color: 4370990.

HSL color Cylindrical-coordinate representation of color #2EB242: hue angle of 129.09º 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 #2EB242 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 178 66 -
CMYK 0.74 0 0.63 0.30
HSL 129.09º 0.59% 0.44% -
HSV(B) 129.09º 0.74% 0.7% -
XYZ 18.03 32.81 10.54 -
YUV 125.76 94.27 71.11 -
System Red Green Blue C M Y K H S L
Decimal 46 178 66 0.74 0 0.63 0.30 129.09 0.59 0.44
Hex 2E B2 42 4A 0 3F 1E 81 3B 2C
Octal 56 262 102 112 0 77 36 201 73 54
Binary 101110 10110010 1000010 1001010 0 111111 11110 10000001 111011 101100

Color Harmonies of #2EB242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB242

Black with #2EB242

Text Example


Text Example

White with #2EB242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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