Html Css Color HEX #2EE63D Lime Green

📋 copy color: '#2EE63D'

red 46 ◦ green 230 ◦ blue 61

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

Shades of Lime Green #2EE63D

Tints of Lime Green #2EE63D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.1%

R = 13.65%
G = 68.25%
B = 18.1%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#2EE63D (or 0x2EE63D) is known color: Lime Green. HEX triplet: 2E, E6 and 3D. RGB value is (46,230,61). Sum of RGB (Red+Green+Blue) = 46+230+61=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 230 (90.23% from 255 or 68.25% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE63D is #D119C2. Grayscale: #9C9C9C. Windows color (decimal): -13703619 or 4056622. OLE color: 4056622.

HSL color Cylindrical-coordinate representation of color #2EE63D: hue angle of 124.89º 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 #2EE63D is Cyan = 0.8, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 230 61 -
CMYK 0.8 0 0.73 0.10
HSL 124.89º 0.79% 0.54% -
HSV(B) 124.89º 0.8% 0.9% -
XYZ 30.27 57.51 13.92 -
YUV 155.72 74.54 49.74 -
System Red Green Blue C M Y K H S L
Decimal 46 230 61 0.8 0 0.73 0.10 124.89 0.79 0.54
Hex 2E E6 3D 50 0 49 A 7D 4F 36
Octal 56 346 75 120 0 111 12 175 117 66
Binary 101110 11100110 111101 1010000 0 1001001 1010 1111101 1001111 110110

Color Harmonies of #2EE63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE63D

Black with #2EE63D

Text Example


Text Example

White with #2EE63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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