Html Css Color HEX #2EFF8D Spring Green

📋 copy color: '#2EFF8D'

red 46 ◦ green 255 ◦ blue 141

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

Shades of Spring Green #2EFF8D

Tints of Spring Green #2EFF8D

RGB

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

 GREEN value IS 255 (100% from 255) = 57.69%

 BLUE value IS 141 (55.47% from 255) = 31.9%

R = 10.41%
G = 57.69%
B = 31.9%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#2EFF8D (or 0x2EFF8D) is known color: Spring Green. HEX triplet: 2E, FF and 8D. RGB value is (46,255,141). Sum of RGB (Red+Green+Blue) = 46+255+141=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 255 (100% from 255 or 57.69% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFF8D is #D10072. Grayscale: #B3B3B3. Windows color (decimal): -13697139 or 9305902. OLE color: 9305902.

HSL color Cylindrical-coordinate representation of color #2EFF8D: hue angle of 147.27º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFF8D is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 141 -
CMYK 0.82 0 0.45 0
HSL 147.27º 1% 0.59% -
HSV(B) 147.27º 0.82% 1% -
XYZ 41.69 74.02 37.29 -
YUV 179.51 106.26 32.77 -
System Red Green Blue C M Y K H S L
Decimal 46 255 141 0.82 0 0.45 0 147.27 1 0.59
Hex 2E FF 8D 52 0 2D 0 93 64 3B
Octal 56 377 215 122 0 55 0 223 144 73
Binary 101110 11111111 10001101 1010010 0 101101 0 10010011 1100100 111011

Color Harmonies of #2EFF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFF8D

Black with #2EFF8D

Text Example


Text Example

White with #2EFF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,255,141); }

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

background-color css

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

 a { background-color: rgb(46,255,141); }

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

border-color css

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

 span { border-color: rgb(46,255,141); }

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