Html Css Color HEX #2EC02B Lime Green

📋 copy color: '#2EC02B'

red 46 ◦ green 192 ◦ blue 43

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

Shades of Lime Green #2EC02B

Tints of Lime Green #2EC02B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.33%

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 16.37%
G = 68.33%
B = 15.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#2EC02B (or 0x2EC02B) is known color: Lime Green. HEX triplet: 2E, C0 and 2B. RGB value is (46,192,43). Sum of RGB (Red+Green+Blue) = 46+192+43=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC02B is #D13FD4. Grayscale: #838383. Windows color (decimal): -13713365 or 2867246. OLE color: 2867246.

HSL color Cylindrical-coordinate representation of color #2EC02B: hue angle of 118.79º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EC02B is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 192 43 -
CMYK 0.76 0 0.78 0.25
HSL 118.79º 0.63% 0.46% -
HSV(B) 118.79º 0.78% 0.75% -
XYZ 20.41 38.45 8.63 -
YUV 131.36 78.13 67.12 -
System Red Green Blue C M Y K H S L
Decimal 46 192 43 0.76 0 0.78 0.25 118.79 0.63 0.46
Hex 2E C0 2B 4C 0 4E 19 77 3F 2E
Octal 56 300 53 114 0 116 31 167 77 56
Binary 101110 11000000 101011 1001100 0 1001110 11001 1110111 111111 101110

Color Harmonies of #2EC02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC02B

Black with #2EC02B

Text Example


Text Example

White with #2EC02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,192,43); }

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

background-color css

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

 a { background-color: rgb(46,192,43); }

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

border-color css

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

 span { border-color: rgb(46,192,43); }

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