Html Css Color HEX #2EF375 Spring Green

📋 copy color: '#2EF375'

red 46 ◦ green 243 ◦ blue 117

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

Shades of Spring Green #2EF375

Tints of Spring Green #2EF375

RGB

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

 GREEN value IS 243 (95.31% from 255) = 59.85%

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 11.33%
G = 59.85%
B = 28.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#2EF375 (or 0x2EF375) is known color: Spring Green. HEX triplet: 2E, F3 and 75. RGB value is (46,243,117). Sum of RGB (Red+Green+Blue) = 46+243+117=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 243 (95.31% from 255 or 59.85% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF375 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF375 is #D10C8A. Grayscale: #AAAAAA. Windows color (decimal): -13700235 or 7729966. OLE color: 7729966.

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

Color convert

RGB 46 243 117 -
CMYK 0.81 0 0.52 0.05
HSL 141.62º 0.89% 0.57% -
HSV(B) 141.62º 0.81% 0.95% -
XYZ 36.39 65.97 27.64 -
YUV 169.73 98.23 39.75 -
System Red Green Blue C M Y K H S L
Decimal 46 243 117 0.81 0 0.52 0.05 141.62 0.89 0.57
Hex 2E F3 75 51 0 34 5 8E 59 39
Octal 56 363 165 121 0 64 5 216 131 71
Binary 101110 11110011 1110101 1010001 0 110100 101 10001110 1011001 111001

Color Harmonies of #2EF375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF375

Black with #2EF375

Text Example


Text Example

White with #2EF375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,243,117); }

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

background-color css

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

 a { background-color: rgb(46,243,117); }

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

border-color css

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

 span { border-color: rgb(46,243,117); }

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