Html Css Color HEX #2FBF68 Medium Sea Green

📋 copy color: '#2FBF68'

red 47 ◦ green 191 ◦ blue 104

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

Shades of Medium Sea Green #2FBF68

Tints of Medium Sea Green #2FBF68

RGB

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

 GREEN value IS 191 (75% from 255) = 55.85%

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 13.74%
G = 55.85%
B = 30.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#2FBF68 (or 0x2FBF68) is known color: Medium Sea Green. HEX triplet: 2F, BF and 68. RGB value is (47,191,104). Sum of RGB (Red+Green+Blue) = 47+191+104=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBF68 is #D04097. Grayscale: #8A8A8A. Windows color (decimal): -13648024 or 6864687. OLE color: 6864687.

HSL color Cylindrical-coordinate representation of color #2FBF68: hue angle of 143.75º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBF68 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 191 104 -
CMYK 0.75 0 0.46 0.25
HSL 143.75º 0.61% 0.47% -
HSV(B) 143.75º 0.75% 0.75% -
XYZ 22.3 38.87 19.42 -
YUV 138.03 108.79 63.07 -
System Red Green Blue C M Y K H S L
Decimal 47 191 104 0.75 0 0.46 0.25 143.75 0.61 0.47
Hex 2F BF 68 4B 0 2E 19 90 3D 2F
Octal 57 277 150 113 0 56 31 220 75 57
Binary 101111 10111111 1101000 1001011 0 101110 11001 10010000 111101 101111

Color Harmonies of #2FBF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBF68

Black with #2FBF68

Text Example


Text Example

White with #2FBF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,191,104); }

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

background-color css

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

 a { background-color: rgb(47,191,104); }

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

border-color css

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

 span { border-color: rgb(47,191,104); }

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