Html Css Color HEX #2AEB76 Spring Green

📋 copy color: '#2AEB76'

red 42 ◦ green 235 ◦ blue 118

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

Shades of Spring Green #2AEB76

Tints of Spring Green #2AEB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.87%

R = 10.63%
G = 59.49%
B = 29.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#2AEB76 (or 0x2AEB76) is known color: Spring Green. HEX triplet: 2A, EB and 76. RGB value is (42,235,118). Sum of RGB (Red+Green+Blue) = 42+235+118=395 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.63% from 395); Green value is 235 (92.19% from 255 or 59.49% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEB76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEB76 is #D51489. Grayscale: #A4A4A4. Windows color (decimal): -13964426 or 7793450. OLE color: 7793450.

HSL color Cylindrical-coordinate representation of color #2AEB76: hue angle of 143.63º 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 #2AEB76 is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 235 118 -
CMYK 0.82 0 0.50 0.08
HSL 143.63º 0.83% 0.54% -
HSV(B) 143.63º 0.82% 0.92% -
XYZ 33.93 61.22 27.17 -
YUV 163.96 102.06 41.01 -
System Red Green Blue C M Y K H S L
Decimal 42 235 118 0.82 0 0.50 0.08 143.63 0.83 0.54
Hex 2A EB 76 52 0 32 8 90 53 36
Octal 52 353 166 122 0 62 10 220 123 66
Binary 101010 11101011 1110110 1010010 0 110010 1000 10010000 1010011 110110

Color Harmonies of #2AEB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEB76

Black with #2AEB76

Text Example


Text Example

White with #2AEB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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