Html Css Color HEX #2AC25C Medium Sea Green

📋 copy color: '#2AC25C'

red 42 ◦ green 194 ◦ blue 92

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

Shades of Medium Sea Green #2AC25C

Tints of Medium Sea Green #2AC25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.05%

R = 12.8%
G = 59.15%
B = 28.05%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#2AC25C (or 0x2AC25C) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 5C. RGB value is (42,194,92). Sum of RGB (Red+Green+Blue) = 42+194+92=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 194 (76.17% from 255 or 59.15% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC25C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC25C is #D53DA3. Grayscale: #898989. Windows color (decimal): -13974948 or 6079018. OLE color: 6079018.

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

Color convert

RGB 42 194 92 -
CMYK 0.78 0 0.53 0.24
HSL 139.74º 0.64% 0.46% -
HSV(B) 139.74º 0.78% 0.76% -
XYZ 22.18 39.85 16.65 -
YUV 136.92 102.64 60.29 -
System Red Green Blue C M Y K H S L
Decimal 42 194 92 0.78 0 0.53 0.24 139.74 0.64 0.46
Hex 2A C2 5C 4E 0 35 18 8C 40 2E
Octal 52 302 134 116 0 65 30 214 100 56
Binary 101010 11000010 1011100 1001110 0 110101 11000 10001100 1000000 101110

Color Harmonies of #2AC25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC25C

Black with #2AC25C

Text Example


Text Example

White with #2AC25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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