Html Css Color HEX #2EBE2D Lime Green

📋 copy color: '#2EBE2D'

red 46 ◦ green 190 ◦ blue 45

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

Shades of Lime Green #2EBE2D

Tints of Lime Green #2EBE2D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 67.62%

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 16.37%
G = 67.62%
B = 16.01%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#2EBE2D (or 0x2EBE2D) is known color: Lime Green. HEX triplet: 2E, BE and 2D. RGB value is (46,190,45). Sum of RGB (Red+Green+Blue) = 46+190+45=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 190 (74.61% from 255 or 67.62% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBE2D is #D141D2. Grayscale: #828282. Windows color (decimal): -13713875 or 2997806. OLE color: 2997806.

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

Color convert

RGB 46 190 45 -
CMYK 0.76 0 0.76 0.25
HSL 119.59º 0.62% 0.46% -
HSV(B) 119.59º 0.76% 0.75% -
XYZ 20.01 37.6 8.68 -
YUV 130.41 79.79 67.79 -
System Red Green Blue C M Y K H S L
Decimal 46 190 45 0.76 0 0.76 0.25 119.59 0.62 0.46
Hex 2E BE 2D 4C 0 4C 19 78 3E 2E
Octal 56 276 55 114 0 114 31 170 76 56
Binary 101110 10111110 101101 1001100 0 1001100 11001 1111000 111110 101110

Color Harmonies of #2EBE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBE2D

Black with #2EBE2D

Text Example


Text Example

White with #2EBE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,190,45); }

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

background-color css

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

 a { background-color: rgb(46,190,45); }

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

border-color css

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

 span { border-color: rgb(46,190,45); }

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