Html Css Color HEX #2EE924 Lime Green

📋 copy color: '#2EE924'

red 46 ◦ green 233 ◦ blue 36

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

Shades of Lime Green #2EE924

Tints of Lime Green #2EE924

RGB

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

 GREEN value IS 233 (91.41% from 255) = 73.97%

 BLUE value IS 36 (14.45% from 255) = 11.43%

R = 14.6%
G = 73.97%
B = 11.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#2EE924 (or 0x2EE924) is known color: Lime Green. HEX triplet: 2E, E9 and 24. RGB value is (46,233,36). Sum of RGB (Red+Green+Blue) = 46+233+36=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 233 (91.41% from 255 or 73.97% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE924 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE924 is #D116DB. Grayscale: #9B9B9B. Windows color (decimal): -13702876 or 2418990. OLE color: 2418990.

HSL color Cylindrical-coordinate representation of color #2EE924: hue angle of 116.95º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EE924 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 233 36 -
CMYK 0.80 0 0.85 0.09
HSL 116.95º 0.82% 0.53% -
HSV(B) 116.95º 0.85% 0.91% -
XYZ 30.58 58.99 11.44 -
YUV 154.63 61.05 50.52 -
System Red Green Blue C M Y K H S L
Decimal 46 233 36 0.80 0 0.85 0.09 116.95 0.82 0.53
Hex 2E E9 24 50 0 55 9 75 52 35
Octal 56 351 44 120 0 125 11 165 122 65
Binary 101110 11101001 100100 1010000 0 1010101 1001 1110101 1010010 110101

Color Harmonies of #2EE924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE924

Black with #2EE924

Text Example


Text Example

White with #2EE924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,233,36); }

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

background-color css

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

 a { background-color: rgb(46,233,36); }

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

border-color css

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

 span { border-color: rgb(46,233,36); }

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