Html Css Color HEX #2EF982 Spring Green

📋 copy color: '#2EF982'

red 46 ◦ green 249 ◦ blue 130

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

Shades of Spring Green #2EF982

Tints of Spring Green #2EF982

RGB

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

 GREEN value IS 249 (97.66% from 255) = 58.59%

 BLUE value IS 130 (51.17% from 255) = 30.59%

R = 10.82%
G = 58.59%
B = 30.59%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#2EF982 (or 0x2EF982) is known color: Spring Green. HEX triplet: 2E, F9 and 82. RGB value is (46,249,130). Sum of RGB (Red+Green+Blue) = 46+249+130=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 249 (97.66% from 255 or 58.59% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF982 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF982 is #D1067D. Grayscale: #AFAFAF. Windows color (decimal): -13698686 or 8583470. OLE color: 8583470.

HSL color Cylindrical-coordinate representation of color #2EF982: hue angle of 144.83º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EF982 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 249 130 -
CMYK 0.82 0 0.48 0.02
HSL 144.83º 0.94% 0.58% -
HSV(B) 144.83º 0.82% 0.98% -
XYZ 39.03 69.94 32.56 -
YUV 174.74 102.75 36.18 -
System Red Green Blue C M Y K H S L
Decimal 46 249 130 0.82 0 0.48 0.02 144.83 0.94 0.58
Hex 2E F9 82 52 0 30 2 91 5E 3A
Octal 56 371 202 122 0 60 2 221 136 72
Binary 101110 11111001 10000010 1010010 0 110000 10 10010001 1011110 111010

Color Harmonies of #2EF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF982

Black with #2EF982

Text Example


Text Example

White with #2EF982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,249,130); }

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

background-color css

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

 a { background-color: rgb(46,249,130); }

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

border-color css

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

 span { border-color: rgb(46,249,130); }

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