Html Css Color HEX #2AD267 Medium Sea Green

📋 copy color: '#2AD267'

red 42 ◦ green 210 ◦ blue 103

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

Shades of Medium Sea Green #2AD267

Tints of Medium Sea Green #2AD267

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.15%

 BLUE value IS 103 (40.63% from 255) = 29.01%

R = 11.83%
G = 59.15%
B = 29.01%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#2AD267 (or 0x2AD267) is known color: Medium Sea Green. HEX triplet: 2A, D2 and 67. RGB value is (42,210,103). Sum of RGB (Red+Green+Blue) = 42+210+103=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 210 (82.42% from 255 or 59.15% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD267 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD267 is #D52D98. Grayscale: #939393. Windows color (decimal): -13970841 or 6804010. OLE color: 6804010.

HSL color Cylindrical-coordinate representation of color #2AD267: hue angle of 141.79º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD267 is Cyan = 0.8, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 42 210 103 -
CMYK 0.8 0 0.51 0.18
HSL 141.79º 0.67% 0.49% -
HSV(B) 141.79º 0.8% 0.82% -
XYZ 26.45 47.56 20.62 -
YUV 147.57 102.84 52.7 -
System Red Green Blue C M Y K H S L
Decimal 42 210 103 0.8 0 0.51 0.18 141.79 0.67 0.49
Hex 2A D2 67 50 0 33 12 8E 43 31
Octal 52 322 147 120 0 63 22 216 103 61
Binary 101010 11010010 1100111 1010000 0 110011 10010 10001110 1000011 110001

Color Harmonies of #2AD267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD267

Black with #2AD267

Text Example


Text Example

White with #2AD267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,210,103); }

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

background-color css

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

 a { background-color: rgb(42,210,103); }

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

border-color css

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

 span { border-color: rgb(42,210,103); }

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