Html Css Color HEX #2EF17D Spring Green

📋 copy color: '#2EF17D'

red 46 ◦ green 241 ◦ blue 125

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

Shades of Spring Green #2EF17D

Tints of Spring Green #2EF17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 58.5%

 BLUE value IS 125 (49.22% from 255) = 30.34%

R = 11.17%
G = 58.5%
B = 30.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#2EF17D (or 0x2EF17D) is known color: Spring Green. HEX triplet: 2E, F1 and 7D. RGB value is (46,241,125). Sum of RGB (Red+Green+Blue) = 46+241+125=412 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.17% from 412); Green value is 241 (94.53% from 255 or 58.50% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF17D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF17D is #D10E82. Grayscale: #A9A9A9. Windows color (decimal): -13700739 or 8253742. OLE color: 8253742.

HSL color Cylindrical-coordinate representation of color #2EF17D: hue angle of 144.31º degrees, saturation: 0.87, 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 #2EF17D is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 241 125 -
CMYK 0.81 0 0.48 0.05
HSL 144.31º 0.87% 0.56% -
HSV(B) 144.31º 0.81% 0.95% -
XYZ 36.28 64.97 30.03 -
YUV 169.47 102.9 39.93 -
System Red Green Blue C M Y K H S L
Decimal 46 241 125 0.81 0 0.48 0.05 144.31 0.87 0.56
Hex 2E F1 7D 51 0 30 5 90 57 38
Octal 56 361 175 121 0 60 5 220 127 70
Binary 101110 11110001 1111101 1010001 0 110000 101 10010000 1010111 111000

Color Harmonies of #2EF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF17D

Black with #2EF17D

Text Example


Text Example

White with #2EF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,241,125); }

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

background-color css

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

 a { background-color: rgb(46,241,125); }

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

border-color css

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

 span { border-color: rgb(46,241,125); }

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