Html Css Color HEX #2FD06E Medium Sea Green

📋 copy color: '#2FD06E'

red 47 ◦ green 208 ◦ blue 110

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

Shades of Medium Sea Green #2FD06E

Tints of Medium Sea Green #2FD06E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.99%

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 12.88%
G = 56.99%
B = 30.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#2FD06E (or 0x2FD06E) is known color: Medium Sea Green. HEX triplet: 2F, D0 and 6E. RGB value is (47,208,110). Sum of RGB (Red+Green+Blue) = 47+208+110=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD06E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD06E is #D02F91. Grayscale: #949494. Windows color (decimal): -13643666 or 7262255. OLE color: 7262255.

HSL color Cylindrical-coordinate representation of color #2FD06E: hue angle of 143.48º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FD06E is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 47 208 110 -
CMYK 0.77 0 0.47 0.18
HSL 143.48º 0.63% 0.5% -
HSV(B) 143.48º 0.77% 0.82% -
XYZ 26.54 46.84 22.39 -
YUV 148.69 106.16 55.47 -
System Red Green Blue C M Y K H S L
Decimal 47 208 110 0.77 0 0.47 0.18 143.48 0.63 0.5
Hex 2F D0 6E 4D 0 2F 12 8F 3F 32
Octal 57 320 156 115 0 57 22 217 77 62
Binary 101111 11010000 1101110 1001101 0 101111 10010 10001111 111111 110010

Color Harmonies of #2FD06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD06E

Black with #2FD06E

Text Example


Text Example

White with #2FD06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,208,110); }

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

background-color css

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

 a { background-color: rgb(47,208,110); }

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

border-color css

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

 span { border-color: rgb(47,208,110); }

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