Html Css Color HEX #2BCF64 Medium Sea Green

📋 copy color: '#2BCF64'

red 43 ◦ green 207 ◦ blue 100

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

Shades of Medium Sea Green #2BCF64

Tints of Medium Sea Green #2BCF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.57%

R = 12.29%
G = 59.14%
B = 28.57%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#2BCF64 (or 0x2BCF64) is known color: Medium Sea Green. HEX triplet: 2B, CF and 64. RGB value is (43,207,100). Sum of RGB (Red+Green+Blue) = 43+207+100=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCF64 is #D4309B. Grayscale: #929292. Windows color (decimal): -13906076 or 6606635. OLE color: 6606635.

HSL color Cylindrical-coordinate representation of color #2BCF64: hue angle of 140.85º 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 #2BCF64 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 207 100 -
CMYK 0.79 0 0.52 0.19
HSL 140.85º 0.66% 0.49% -
HSV(B) 140.85º 0.79% 0.81% -
XYZ 25.61 46.06 19.6 -
YUV 145.77 102.17 54.7 -
System Red Green Blue C M Y K H S L
Decimal 43 207 100 0.79 0 0.52 0.19 140.85 0.66 0.49
Hex 2B CF 64 4F 0 34 13 8D 42 31
Octal 53 317 144 117 0 64 23 215 102 61
Binary 101011 11001111 1100100 1001111 0 110100 10011 10001101 1000010 110001

Color Harmonies of #2BCF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCF64

Black with #2BCF64

Text Example


Text Example

White with #2BCF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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