Html Css Color HEX #2EE62D Lime Green

📋 copy color: '#2EE62D'

red 46 ◦ green 230 ◦ blue 45

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

Shades of Lime Green #2EE62D

Tints of Lime Green #2EE62D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 71.65%

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

R = 14.33%
G = 71.65%
B = 14.02%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#2EE62D (or 0x2EE62D) is known color: Lime Green. HEX triplet: 2E, E6 and 2D. RGB value is (46,230,45). Sum of RGB (Red+Green+Blue) = 46+230+45=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 230 (90.23% from 255 or 71.65% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE62D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE62D is #D119D2. Grayscale: #9A9A9A. Windows color (decimal): -13703635 or 3008046. OLE color: 3008046.

HSL color Cylindrical-coordinate representation of color #2EE62D: hue angle of 119.68º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE62D is Cyan = 0.8, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 230 45 -
CMYK 0.8 0 0.80 0.10
HSL 119.68º 0.79% 0.54% -
HSV(B) 119.68º 0.8% 0.9% -
XYZ 29.9 57.36 11.98 -
YUV 153.89 66.54 51.04 -
System Red Green Blue C M Y K H S L
Decimal 46 230 45 0.8 0 0.80 0.10 119.68 0.79 0.54
Hex 2E E6 2D 50 0 50 A 78 4F 36
Octal 56 346 55 120 0 120 12 170 117 66
Binary 101110 11100110 101101 1010000 0 1010000 1010 1111000 1001111 110110

Color Harmonies of #2EE62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE62D

Black with #2EE62D

Text Example


Text Example

White with #2EE62D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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