Html Css Color HEX #2ABF70 Medium Sea Green

📋 copy color: '#2ABF70'

red 42 ◦ green 191 ◦ blue 112

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

Shades of Medium Sea Green #2ABF70

Tints of Medium Sea Green #2ABF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 12.17%
G = 55.36%
B = 32.46%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#2ABF70 (or 0x2ABF70) is known color: Medium Sea Green. HEX triplet: 2A, BF and 70. RGB value is (42,191,112). Sum of RGB (Red+Green+Blue) = 42+191+112=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABF70 is #D5408F. Grayscale: #898989. Windows color (decimal): -13975696 or 7388970. OLE color: 7388970.

HSL color Cylindrical-coordinate representation of color #2ABF70: hue angle of 148.19º 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 #2ABF70 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 191 112 -
CMYK 0.78 0 0.41 0.25
HSL 148.19º 0.64% 0.46% -
HSV(B) 148.19º 0.78% 0.75% -
XYZ 22.51 38.92 21.66 -
YUV 137.44 113.64 59.92 -
System Red Green Blue C M Y K H S L
Decimal 42 191 112 0.78 0 0.41 0.25 148.19 0.64 0.46
Hex 2A BF 70 4E 0 29 19 94 40 2E
Octal 52 277 160 116 0 51 31 224 100 56
Binary 101010 10111111 1110000 1001110 0 101001 11001 10010100 1000000 101110

Color Harmonies of #2ABF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF70

Black with #2ABF70

Text Example


Text Example

White with #2ABF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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