Html Css Color HEX #2AEB7A Spring Green

📋 copy color: '#2AEB7A'

red 42 ◦ green 235 ◦ blue 122

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

Shades of Spring Green #2AEB7A

Tints of Spring Green #2AEB7A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 58.9%

 BLUE value IS 122 (48.05% from 255) = 30.58%

R = 10.53%
G = 58.9%
B = 30.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#2AEB7A (or 0x2AEB7A) is known color: Spring Green. HEX triplet: 2A, EB and 7A. RGB value is (42,235,122). Sum of RGB (Red+Green+Blue) = 42+235+122=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 235 (92.19% from 255 or 58.90% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEB7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEB7A is #D51485. Grayscale: #A4A4A4. Windows color (decimal): -13964422 or 8055594. OLE color: 8055594.

HSL color Cylindrical-coordinate representation of color #2AEB7A: hue angle of 144.87º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEB7A is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 235 122 -
CMYK 0.82 0 0.48 0.08
HSL 144.87º 0.83% 0.54% -
HSV(B) 144.87º 0.82% 0.92% -
XYZ 34.18 61.31 28.45 -
YUV 164.41 104.06 40.69 -
System Red Green Blue C M Y K H S L
Decimal 42 235 122 0.82 0 0.48 0.08 144.87 0.83 0.54
Hex 2A EB 7A 52 0 30 8 91 53 36
Octal 52 353 172 122 0 60 10 221 123 66
Binary 101010 11101011 1111010 1010010 0 110000 1000 10010001 1010011 110110

Color Harmonies of #2AEB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEB7A

Black with #2AEB7A

Text Example


Text Example

White with #2AEB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,235,122); }

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

background-color css

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

 a { background-color: rgb(42,235,122); }

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

border-color css

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

 span { border-color: rgb(42,235,122); }

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