Html Css Color HEX #2EB02C Lime Green

📋 copy color: '#2EB02C'

red 46 ◦ green 176 ◦ blue 44

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

Shades of Lime Green #2EB02C

Tints of Lime Green #2EB02C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 66.17%

 BLUE value IS 44 (17.58% from 255) = 16.54%

R = 17.29%
G = 66.17%
B = 16.54%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#2EB02C (or 0x2EB02C) is known color: Lime Green. HEX triplet: 2E, B0 and 2C. RGB value is (46,176,44). Sum of RGB (Red+Green+Blue) = 46+176+44=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 176 (69.14% from 255 or 66.17% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB02C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB02C is #D14FD3. Grayscale: #7A7A7A. Windows color (decimal): -13717460 or 2928686. OLE color: 2928686.

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

Color convert

RGB 46 176 44 -
CMYK 0.74 0 0.75 0.31
HSL 119.09º 0.6% 0.43% -
HSV(B) 119.09º 0.75% 0.69% -
XYZ 17.11 31.81 7.62 -
YUV 122.08 83.93 73.73 -
System Red Green Blue C M Y K H S L
Decimal 46 176 44 0.74 0 0.75 0.31 119.09 0.6 0.43
Hex 2E B0 2C 4A 0 4B 1F 77 3C 2B
Octal 56 260 54 112 0 113 37 167 74 53
Binary 101110 10110000 101100 1001010 0 1001011 11111 1110111 111100 101011

Color Harmonies of #2EB02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB02C

Black with #2EB02C

Text Example


Text Example

White with #2EB02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,176,44); }

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

background-color css

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

 a { background-color: rgb(46,176,44); }

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

border-color css

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

 span { border-color: rgb(46,176,44); }

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