Html Css Color HEX #2EE01E Lime Green

📋 copy color: '#2EE01E'

red 46 ◦ green 224 ◦ blue 30

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

Shades of Lime Green #2EE01E

Tints of Lime Green #2EE01E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 74.67%

 BLUE value IS 30 (12.11% from 255) = 10%

R = 15.33%
G = 74.67%
B = 10%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#2EE01E (or 0x2EE01E) is known color: Lime Green. HEX triplet: 2E, E0 and 1E. RGB value is (46,224,30). Sum of RGB (Red+Green+Blue) = 46+224+30=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 224 (87.89% from 255 or 74.67% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE01E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE01E is #D11FE1. Grayscale: #959595. Windows color (decimal): -13705186 or 2023470. OLE color: 2023470.

HSL color Cylindrical-coordinate representation of color #2EE01E: hue angle of 115.05º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2EE01E is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 30 -
CMYK 0.79 0 0.87 0.12
HSL 115.05º 0.76% 0.5% -
HSV(B) 115.05º 0.87% 0.88% -
XYZ 28.02 53.99 10.17 -
YUV 148.66 61.03 54.77 -
System Red Green Blue C M Y K H S L
Decimal 46 224 30 0.79 0 0.87 0.12 115.05 0.76 0.5
Hex 2E E0 1E 4F 0 57 C 73 4C 32
Octal 56 340 36 117 0 127 14 163 114 62
Binary 101110 11100000 11110 1001111 0 1010111 1100 1110011 1001100 110010

Color Harmonies of #2EE01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE01E

Black with #2EE01E

Text Example


Text Example

White with #2EE01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,224,30); }

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

background-color css

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

 a { background-color: rgb(46,224,30); }

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

border-color css

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

 span { border-color: rgb(46,224,30); }

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