Html Css Color HEX #2ABE65 Medium Sea Green

📋 copy color: '#2ABE65'

red 42 ◦ green 190 ◦ blue 101

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

Shades of Medium Sea Green #2ABE65

Tints of Medium Sea Green #2ABE65

RGB

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

 GREEN value IS 190 (74.61% from 255) = 57.06%

 BLUE value IS 101 (39.84% from 255) = 30.33%

R = 12.61%
G = 57.06%
B = 30.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#2ABE65 (or 0x2ABE65) is known color: Medium Sea Green. HEX triplet: 2A, BE and 65. RGB value is (42,190,101). Sum of RGB (Red+Green+Blue) = 42+190+101=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABE65 is #D5419A. Grayscale: #878787. Windows color (decimal): -13975963 or 6667818. OLE color: 6667818.

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

Color convert

RGB 42 190 101 -
CMYK 0.78 0 0.47 0.25
HSL 143.92º 0.64% 0.45% -
HSV(B) 143.92º 0.78% 0.75% -
XYZ 21.72 38.26 18.55 -
YUV 135.6 108.47 61.24 -
System Red Green Blue C M Y K H S L
Decimal 42 190 101 0.78 0 0.47 0.25 143.92 0.64 0.45
Hex 2A BE 65 4E 0 2F 19 90 40 2D
Octal 52 276 145 116 0 57 31 220 100 55
Binary 101010 10111110 1100101 1001110 0 101111 11001 10010000 1000000 101101

Color Harmonies of #2ABE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE65

Black with #2ABE65

Text Example


Text Example

White with #2ABE65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,190,101); }

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

background-color css

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

 a { background-color: rgb(42,190,101); }

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

border-color css

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

 span { border-color: rgb(42,190,101); }

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