Html Css Color HEX #2CBF64 Medium Sea Green

📋 copy color: '#2CBF64'

red 44 ◦ green 191 ◦ blue 100

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

Shades of Medium Sea Green #2CBF64

Tints of Medium Sea Green #2CBF64

RGB

 RED value IS 44 (17.58% from 255) = 13.13%

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

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

R = 13.13%
G = 57.01%
B = 29.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#2CBF64 (or 0x2CBF64) is known color: Medium Sea Green. HEX triplet: 2C, BF and 64. RGB value is (44,191,100). Sum of RGB (Red+Green+Blue) = 44+191+100=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 191 (75% from 255 or 57.01% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBF64 is #D3409B. Grayscale: #888888. Windows color (decimal): -13844636 or 6602540. OLE color: 6602540.

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

Color convert

RGB 44 191 100 -
CMYK 0.77 0 0.48 0.25
HSL 142.86º 0.63% 0.46% -
HSV(B) 142.86º 0.77% 0.75% -
XYZ 21.97 38.72 18.37 -
YUV 136.67 107.3 61.9 -
System Red Green Blue C M Y K H S L
Decimal 44 191 100 0.77 0 0.48 0.25 142.86 0.63 0.46
Hex 2C BF 64 4D 0 30 19 8F 3F 2E
Octal 54 277 144 115 0 60 31 217 77 56
Binary 101100 10111111 1100100 1001101 0 110000 11001 10001111 111111 101110

Color Harmonies of #2CBF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF64

Black with #2CBF64

Text Example


Text Example

White with #2CBF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,191,100); }

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

background-color css

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

 a { background-color: rgb(44,191,100); }

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

border-color css

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

 span { border-color: rgb(44,191,100); }

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