Html Css Color HEX #2FFEA5 Medium Spring Green

📋 copy color: '#2FFEA5'

red 47 ◦ green 254 ◦ blue 165

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

Shades of Medium Spring Green #2FFEA5

Tints of Medium Spring Green #2FFEA5

RGB

 RED value IS 47 (18.75% from 255) = 10.09%

 GREEN value IS 254 (99.61% from 255) = 54.51%

 BLUE value IS 165 (64.84% from 255) = 35.41%

R = 10.09%
G = 54.51%
B = 35.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#2FFEA5 (or 0x2FFEA5) is known color: Medium Spring Green. HEX triplet: 2F, FE and A5. RGB value is (47,254,165). Sum of RGB (Red+Green+Blue) = 47+254+165=466 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.09% from 466); Green value is 254 (99.61% from 255 or 54.51% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFEA5 is #D0015A. Grayscale: #B6B6B6. Windows color (decimal): -13631835 or 10878511. OLE color: 10878511.

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

Color convert

RGB 47 254 165 -
CMYK 0.81 0 0.35 0.00
HSL 154.2º 0.99% 0.59% -
HSV(B) 154.2º 0.81% 1% -
XYZ 43.41 74.2 47.63 -
YUV 181.96 118.42 31.74 -
System Red Green Blue C M Y K H S L
Decimal 47 254 165 0.81 0 0.35 0.00 154.2 0.99 0.59
Hex 2F FE A5 51 0 23 0 9A 63 3B
Octal 57 376 245 121 0 43 0 232 143 73
Binary 101111 11111110 10100101 1010001 0 100011 0 10011010 1100011 111011

Color Harmonies of #2FFEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFEA5

Black with #2FFEA5

Text Example


Text Example

White with #2FFEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,254,165); }

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

background-color css

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

 a { background-color: rgb(47,254,165); }

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

border-color css

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

 span { border-color: rgb(47,254,165); }

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