Html Css Color HEX #2ABF5E Medium Sea Green

📋 copy color: '#2ABF5E'

red 42 ◦ green 191 ◦ blue 94

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

Shades of Medium Sea Green #2ABF5E

Tints of Medium Sea Green #2ABF5E

RGB

 RED value IS 42 (16.8% from 255) = 12.84%

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

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 12.84%
G = 58.41%
B = 28.75%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#2ABF5E (or 0x2ABF5E) is known color: Medium Sea Green. HEX triplet: 2A, BF and 5E. RGB value is (42,191,94). Sum of RGB (Red+Green+Blue) = 42+191+94=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 191 (75% from 255 or 58.41% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABF5E is #D540A1. Grayscale: #878787. Windows color (decimal): -13975714 or 6209322. OLE color: 6209322.

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

Color convert

RGB 42 191 94 -
CMYK 0.78 0 0.51 0.25
HSL 140.94º 0.64% 0.46% -
HSV(B) 140.94º 0.78% 0.75% -
XYZ 21.61 38.56 16.89 -
YUV 135.39 104.64 61.39 -
System Red Green Blue C M Y K H S L
Decimal 42 191 94 0.78 0 0.51 0.25 140.94 0.64 0.46
Hex 2A BF 5E 4E 0 33 19 8D 40 2E
Octal 52 277 136 116 0 63 31 215 100 56
Binary 101010 10111111 1011110 1001110 0 110011 11001 10001101 1000000 101110

Color Harmonies of #2ABF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF5E

Black with #2ABF5E

Text Example


Text Example

White with #2ABF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,191,94); }

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

background-color css

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

 a { background-color: rgb(42,191,94); }

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

border-color css

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

 span { border-color: rgb(42,191,94); }

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