Html Css Color HEX #2EFF8F Spring Green

📋 copy color: '#2EFF8F'

red 46 ◦ green 255 ◦ blue 143

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

Shades of Spring Green #2EFF8F

Tints of Spring Green #2EFF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.21%

R = 10.36%
G = 57.43%
B = 32.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#2EFF8F (or 0x2EFF8F) is known color: Spring Green. HEX triplet: 2E, FF and 8F. RGB value is (46,255,143). Sum of RGB (Red+Green+Blue) = 46+255+143=444 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.36% from 444); Green value is 255 (100% from 255 or 57.43% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFF8F is #D10070. Grayscale: #B3B3B3. Windows color (decimal): -13697137 or 9436974. OLE color: 9436974.

HSL color Cylindrical-coordinate representation of color #2EFF8F: hue angle of 147.85º 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 #2EFF8F is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 46 255 143 -
CMYK 0.82 0 0.44 0
HSL 147.85º 1% 0.59% -
HSV(B) 147.85º 0.82% 1% -
XYZ 41.84 74.08 38.08 -
YUV 179.74 107.26 32.61 -
System Red Green Blue C M Y K H S L
Decimal 46 255 143 0.82 0 0.44 0 147.85 1 0.59
Hex 2E FF 8F 52 0 2C 0 94 64 3B
Octal 56 377 217 122 0 54 0 224 144 73
Binary 101110 11111111 10001111 1010010 0 101100 0 10010100 1100100 111011

Color Harmonies of #2EFF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFF8F

Black with #2EFF8F

Text Example


Text Example

White with #2EFF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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