Html Css Color HEX #2EF232 Lime Green

📋 copy color: '#2EF232'

red 46 ◦ green 242 ◦ blue 50

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

Shades of Lime Green #2EF232

Tints of Lime Green #2EF232

RGB

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

 GREEN value IS 242 (94.92% from 255) = 71.6%

 BLUE value IS 50 (19.92% from 255) = 14.79%

R = 13.61%
G = 71.6%
B = 14.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#2EF232 (or 0x2EF232) is known color: Lime Green. HEX triplet: 2E, F2 and 32. RGB value is (46,242,50). Sum of RGB (Red+Green+Blue) = 46+242+50=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 242 (94.92% from 255 or 71.60% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF232 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF232 is #D10DCD. Grayscale: #A2A2A2. Windows color (decimal): -13700558 or 3338798. OLE color: 3338798.

HSL color Cylindrical-coordinate representation of color #2EF232: hue angle of 121.22º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF232 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 242 50 -
CMYK 0.81 0 0.79 0.05
HSL 121.22º 0.88% 0.56% -
HSV(B) 121.22º 0.81% 0.95% -
XYZ 33.45 64.32 13.67 -
YUV 161.51 65.07 45.61 -
System Red Green Blue C M Y K H S L
Decimal 46 242 50 0.81 0 0.79 0.05 121.22 0.88 0.56
Hex 2E F2 32 51 0 4F 5 79 58 38
Octal 56 362 62 121 0 117 5 171 130 70
Binary 101110 11110010 110010 1010001 0 1001111 101 1111001 1011000 111000

Color Harmonies of #2EF232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF232

Black with #2EF232

Text Example


Text Example

White with #2EF232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,242,50); }

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

background-color css

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

 a { background-color: rgb(46,242,50); }

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

border-color css

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

 span { border-color: rgb(46,242,50); }

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