Html Css Color HEX #2AB25B Medium Sea Green

📋 copy color: '#2AB25B'

red 42 ◦ green 178 ◦ blue 91

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

Shades of Medium Sea Green #2AB25B

Tints of Medium Sea Green #2AB25B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 57.23%

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 13.5%
G = 57.23%
B = 29.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#2AB25B (or 0x2AB25B) is known color: Medium Sea Green. HEX triplet: 2A, B2 and 5B. RGB value is (42,178,91). Sum of RGB (Red+Green+Blue) = 42+178+91=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AB25B is #D54DA4. Grayscale: #7F7F7F. Windows color (decimal): -13979045 or 6009386. OLE color: 6009386.

HSL color Cylindrical-coordinate representation of color #2AB25B: hue angle of 141.62º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB25B is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 178 91 -
CMYK 0.76 0 0.49 0.30
HSL 141.62º 0.62% 0.43% -
HSV(B) 141.62º 0.76% 0.7% -
XYZ 18.76 33.09 15.3 -
YUV 127.42 107.44 67.07 -
System Red Green Blue C M Y K H S L
Decimal 42 178 91 0.76 0 0.49 0.30 141.62 0.62 0.43
Hex 2A B2 5B 4C 0 31 1E 8E 3E 2B
Octal 52 262 133 114 0 61 36 216 76 53
Binary 101010 10110010 1011011 1001100 0 110001 11110 10001110 111110 101011

Color Harmonies of #2AB25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB25B

Black with #2AB25B

Text Example


Text Example

White with #2AB25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,178,91); }

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

background-color css

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

 a { background-color: rgb(42,178,91); }

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

border-color css

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

 span { border-color: rgb(42,178,91); }

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