Html Css Color HEX #2AB25C Medium Sea Green

📋 copy color: '#2AB25C'

red 42 ◦ green 178 ◦ blue 92

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

Shades of Medium Sea Green #2AB25C

Tints of Medium Sea Green #2AB25C

RGB

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

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

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

R = 13.46%
G = 57.05%
B = 29.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#2AB25C (or 0x2AB25C) is known color: Medium Sea Green. HEX triplet: 2A, B2 and 5C. RGB value is (42,178,92). Sum of RGB (Red+Green+Blue) = 42+178+92=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 178 (69.92% from 255 or 57.05% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AB25C is #D54DA3. Grayscale: #7F7F7F. Windows color (decimal): -13979044 or 6074922. OLE color: 6074922.

HSL color Cylindrical-coordinate representation of color #2AB25C: hue angle of 142.06º 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 #2AB25C is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 178 92 -
CMYK 0.76 0 0.48 0.30
HSL 142.06º 0.62% 0.43% -
HSV(B) 142.06º 0.76% 0.7% -
XYZ 18.81 33.11 15.52 -
YUV 127.53 107.94 66.99 -
System Red Green Blue C M Y K H S L
Decimal 42 178 92 0.76 0 0.48 0.30 142.06 0.62 0.43
Hex 2A B2 5C 4C 0 30 1E 8E 3E 2B
Octal 52 262 134 114 0 60 36 216 76 53
Binary 101010 10110010 1011100 1001100 0 110000 11110 10001110 111110 101011

Color Harmonies of #2AB25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB25C

Black with #2AB25C

Text Example


Text Example

White with #2AB25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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