Html Css Color HEX #2BCF74 Medium Sea Green

📋 copy color: '#2BCF74'

red 43 ◦ green 207 ◦ blue 116

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

Shades of Medium Sea Green #2BCF74

Tints of Medium Sea Green #2BCF74

RGB

 RED value IS 43 (17.19% from 255) = 11.75%

 GREEN value IS 207 (81.25% from 255) = 56.56%

 BLUE value IS 116 (45.7% from 255) = 31.69%

R = 11.75%
G = 56.56%
B = 31.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#2BCF74 (or 0x2BCF74) is known color: Medium Sea Green. HEX triplet: 2B, CF and 74. RGB value is (43,207,116). Sum of RGB (Red+Green+Blue) = 43+207+116=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCF74 is #D4308B. Grayscale: #939393. Windows color (decimal): -13906060 or 7655211. OLE color: 7655211.

HSL color Cylindrical-coordinate representation of color #2BCF74: hue angle of 146.71º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCF74 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 207 116 -
CMYK 0.79 0 0.44 0.19
HSL 146.71º 0.66% 0.49% -
HSV(B) 146.71º 0.79% 0.81% -
XYZ 26.46 46.4 24.08 -
YUV 147.59 110.17 53.4 -
System Red Green Blue C M Y K H S L
Decimal 43 207 116 0.79 0 0.44 0.19 146.71 0.66 0.49
Hex 2B CF 74 4F 0 2C 13 93 42 31
Octal 53 317 164 117 0 54 23 223 102 61
Binary 101011 11001111 1110100 1001111 0 101100 10011 10010011 1000010 110001

Color Harmonies of #2BCF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCF74

Black with #2BCF74

Text Example


Text Example

White with #2BCF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,207,116); }

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

background-color css

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

 a { background-color: rgb(43,207,116); }

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

border-color css

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

 span { border-color: rgb(43,207,116); }

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