Html Css Color HEX #2BC258 Medium Sea Green

📋 copy color: '#2BC258'

red 43 ◦ green 194 ◦ blue 88

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

Shades of Medium Sea Green #2BC258

Tints of Medium Sea Green #2BC258

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.69%

 BLUE value IS 88 (34.77% from 255) = 27.08%

R = 13.23%
G = 59.69%
B = 27.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#2BC258 (or 0x2BC258) is known color: Medium Sea Green. HEX triplet: 2B, C2 and 58. RGB value is (43,194,88). Sum of RGB (Red+Green+Blue) = 43+194+88=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #2BC258 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC258 is #D43DA7. Grayscale: #898989. Windows color (decimal): -13909416 or 5816875. OLE color: 5816875.

HSL color Cylindrical-coordinate representation of color #2BC258: hue angle of 137.88º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC258 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 43 194 88 -
CMYK 0.78 0 0.55 0.24
HSL 137.88º 0.64% 0.46% -
HSV(B) 137.88º 0.78% 0.76% -
XYZ 22.05 39.8 15.75 -
YUV 136.77 100.47 61.12 -
System Red Green Blue C M Y K H S L
Decimal 43 194 88 0.78 0 0.55 0.24 137.88 0.64 0.46
Hex 2B C2 58 4E 0 37 18 8A 40 2E
Octal 53 302 130 116 0 67 30 212 100 56
Binary 101011 11000010 1011000 1001110 0 110111 11000 10001010 1000000 101110

Color Harmonies of #2BC258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC258

Black with #2BC258

Text Example


Text Example

White with #2BC258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,194,88); }

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

background-color css

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

 a { background-color: rgb(43,194,88); }

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

border-color css

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

 span { border-color: rgb(43,194,88); }

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