Html Css Color HEX #2AC25D Medium Sea Green

📋 copy color: '#2AC25D'

red 42 ◦ green 194 ◦ blue 93

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

Shades of Medium Sea Green #2AC25D

Tints of Medium Sea Green #2AC25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 12.77%
G = 58.97%
B = 28.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#2AC25D (or 0x2AC25D) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 5D. RGB value is (42,194,93). Sum of RGB (Red+Green+Blue) = 42+194+93=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC25D is #D53DA2. Grayscale: #898989. Windows color (decimal): -13974947 or 6144554. OLE color: 6144554.

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

Color convert

RGB 42 194 93 -
CMYK 0.78 0 0.52 0.24
HSL 140.13º 0.64% 0.46% -
HSV(B) 140.13º 0.78% 0.76% -
XYZ 22.22 39.87 16.88 -
YUV 137.04 103.14 60.21 -
System Red Green Blue C M Y K H S L
Decimal 42 194 93 0.78 0 0.52 0.24 140.13 0.64 0.46
Hex 2A C2 5D 4E 0 34 18 8C 40 2E
Octal 52 302 135 116 0 64 30 214 100 56
Binary 101010 11000010 1011101 1001110 0 110100 11000 10001100 1000000 101110

Color Harmonies of #2AC25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC25D

Black with #2AC25D

Text Example


Text Example

White with #2AC25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,194,93); }

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

background-color css

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

 a { background-color: rgb(42,194,93); }

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

border-color css

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

 span { border-color: rgb(42,194,93); }

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