Html Css Color HEX #2EC038 Lime Green

📋 copy color: '#2EC038'

red 46 ◦ green 192 ◦ blue 56

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

Shades of Lime Green #2EC038

Tints of Lime Green #2EC038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.05%

R = 15.65%
G = 65.31%
B = 19.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#2EC038 (or 0x2EC038) is known color: Lime Green. HEX triplet: 2E, C0 and 38. RGB value is (46,192,56). Sum of RGB (Red+Green+Blue) = 46+192+56=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC038 is #D13FC7. Grayscale: #858585. Windows color (decimal): -13713352 or 3719214. OLE color: 3719214.

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

Color convert

RGB 46 192 56 -
CMYK 0.76 0 0.71 0.25
HSL 124.11º 0.61% 0.47% -
HSV(B) 124.11º 0.76% 0.75% -
XYZ 20.69 38.57 10.09 -
YUV 132.84 84.63 66.06 -
System Red Green Blue C M Y K H S L
Decimal 46 192 56 0.76 0 0.71 0.25 124.11 0.61 0.47
Hex 2E C0 38 4C 0 47 19 7C 3D 2F
Octal 56 300 70 114 0 107 31 174 75 57
Binary 101110 11000000 111000 1001100 0 1000111 11001 1111100 111101 101111

Color Harmonies of #2EC038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC038

Black with #2EC038

Text Example


Text Example

White with #2EC038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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