Html Css Color HEX #2ACC66 Medium Sea Green

📋 copy color: '#2ACC66'

red 42 ◦ green 204 ◦ blue 102

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

Shades of Medium Sea Green #2ACC66

Tints of Medium Sea Green #2ACC66

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.62%

 BLUE value IS 102 (40.23% from 255) = 29.31%

R = 12.07%
G = 58.62%
B = 29.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#2ACC66 (or 0x2ACC66) is known color: Medium Sea Green. HEX triplet: 2A, CC and 66. RGB value is (42,204,102). Sum of RGB (Red+Green+Blue) = 42+204+102=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACC66 is #D53399. Grayscale: #909090. Windows color (decimal): -13972378 or 6736938. OLE color: 6736938.

HSL color Cylindrical-coordinate representation of color #2ACC66: hue angle of 142.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACC66 is Cyan = 0.79, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 42 204 102 -
CMYK 0.79 0 0.5 0.2
HSL 142.22º 0.66% 0.48% -
HSV(B) 142.22º 0.79% 0.8% -
XYZ 24.95 44.64 19.87 -
YUV 143.93 104.33 55.29 -
System Red Green Blue C M Y K H S L
Decimal 42 204 102 0.79 0 0.5 0.2 142.22 0.66 0.48
Hex 2A CC 66 4F 0 32 14 8E 42 30
Octal 52 314 146 117 0 62 24 216 102 60
Binary 101010 11001100 1100110 1001111 0 110010 10100 10001110 1000010 110000

Color Harmonies of #2ACC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACC66

Black with #2ACC66

Text Example


Text Example

White with #2ACC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,204,102); }

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

background-color css

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

 a { background-color: rgb(42,204,102); }

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

border-color css

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

 span { border-color: rgb(42,204,102); }

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