Html Css Color HEX #2EF532 Lime Green

📋 copy color: '#2EF532'

red 46 ◦ green 245 ◦ blue 50

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

Shades of Lime Green #2EF532

Tints of Lime Green #2EF532

RGB

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

 GREEN value IS 245 (96.09% from 255) = 71.85%

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

R = 13.49%
G = 71.85%
B = 14.66%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#2EF532 (or 0x2EF532) is known color: Lime Green. HEX triplet: 2E, F5 and 32. RGB value is (46,245,50). Sum of RGB (Red+Green+Blue) = 46+245+50=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 245 (96.09% from 255 or 71.85% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF532 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF532 is #D10ACD. Grayscale: #A3A3A3. Windows color (decimal): -13699790 or 3339566. OLE color: 3339566.

HSL color Cylindrical-coordinate representation of color #2EF532: hue angle of 121.21º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF532 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 245 50 -
CMYK 0.81 0 0.80 0.04
HSL 121.21º 0.91% 0.57% -
HSV(B) 121.21º 0.81% 0.96% -
XYZ 34.35 66.12 13.97 -
YUV 163.27 64.07 44.36 -
System Red Green Blue C M Y K H S L
Decimal 46 245 50 0.81 0 0.80 0.04 121.21 0.91 0.57
Hex 2E F5 32 51 0 50 4 79 5B 39
Octal 56 365 62 121 0 120 4 171 133 71
Binary 101110 11110101 110010 1010001 0 1010000 100 1111001 1011011 111001

Color Harmonies of #2EF532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF532

Black with #2EF532

Text Example


Text Example

White with #2EF532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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