Html Css Color HEX #2EB21D Lime Green

📋 copy color: '#2EB21D'

red 46 ◦ green 178 ◦ blue 29

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

Shades of Lime Green #2EB21D

Tints of Lime Green #2EB21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.46%

R = 18.18%
G = 70.36%
B = 11.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#2EB21D (or 0x2EB21D) is known color: Lime Green. HEX triplet: 2E, B2 and 1D. RGB value is (46,178,29). Sum of RGB (Red+Green+Blue) = 46+178+29=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 178 (69.92% from 255 or 70.36% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB21D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB21D is #D14DE2. Grayscale: #7A7A7A. Windows color (decimal): -13716963 or 1946158. OLE color: 1946158.

HSL color Cylindrical-coordinate representation of color #2EB21D: hue angle of 113.15º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EB21D is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 178 29 -
CMYK 0.74 0 0.84 0.30
HSL 113.15º 0.72% 0.41% -
HSV(B) 113.15º 0.84% 0.7% -
XYZ 17.27 32.51 6.53 -
YUV 121.55 75.77 74.12 -
System Red Green Blue C M Y K H S L
Decimal 46 178 29 0.74 0 0.84 0.30 113.15 0.72 0.41
Hex 2E B2 1D 4A 0 54 1E 71 48 29
Octal 56 262 35 112 0 124 36 161 110 51
Binary 101110 10110010 11101 1001010 0 1010100 11110 1110001 1001000 101001

Color Harmonies of #2EB21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB21D

Black with #2EB21D

Text Example


Text Example

White with #2EB21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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