Html Css Color HEX #2EE933 Lime Green

📋 copy color: '#2EE933'

red 46 ◦ green 233 ◦ blue 51

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

Shades of Lime Green #2EE933

Tints of Lime Green #2EE933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.45%

R = 13.94%
G = 70.61%
B = 15.45%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#2EE933 (or 0x2EE933) is known color: Lime Green. HEX triplet: 2E, E9 and 33. RGB value is (46,233,51). Sum of RGB (Red+Green+Blue) = 46+233+51=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 233 (91.41% from 255 or 70.61% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE933 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE933 is #D116CC. Grayscale: #9C9C9C. Windows color (decimal): -13702861 or 3402030. OLE color: 3402030.

HSL color Cylindrical-coordinate representation of color #2EE933: hue angle of 121.6º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE933 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 233 51 -
CMYK 0.80 0 0.78 0.09
HSL 121.6º 0.81% 0.55% -
HSV(B) 121.6º 0.8% 0.91% -
XYZ 30.86 59.1 12.91 -
YUV 156.34 68.55 49.3 -
System Red Green Blue C M Y K H S L
Decimal 46 233 51 0.80 0 0.78 0.09 121.6 0.81 0.55
Hex 2E E9 33 50 0 4E 9 7A 51 37
Octal 56 351 63 120 0 116 11 172 121 67
Binary 101110 11101001 110011 1010000 0 1001110 1001 1111010 1010001 110111

Color Harmonies of #2EE933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE933

Black with #2EE933

Text Example


Text Example

White with #2EE933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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