Html Css Color HEX #2AEE76 Spring Green

📋 copy color: '#2AEE76'

red 42 ◦ green 238 ◦ blue 118

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

Shades of Spring Green #2AEE76

Tints of Spring Green #2AEE76

RGB

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

 GREEN value IS 238 (93.36% from 255) = 59.8%

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

R = 10.55%
G = 59.8%
B = 29.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#2AEE76 (or 0x2AEE76) is known color: Spring Green. HEX triplet: 2A, EE and 76. RGB value is (42,238,118). Sum of RGB (Red+Green+Blue) = 42+238+118=398 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.55% from 398); Green value is 238 (93.36% from 255 or 59.80% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEE76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEE76 is #D51189. Grayscale: #A5A5A5. Windows color (decimal): -13963658 or 7794218. OLE color: 7794218.

HSL color Cylindrical-coordinate representation of color #2AEE76: hue angle of 143.27º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEE76 is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 238 118 -
CMYK 0.82 0 0.50 0.07
HSL 143.27º 0.85% 0.55% -
HSV(B) 143.27º 0.82% 0.93% -
XYZ 34.8 62.95 27.46 -
YUV 165.72 101.07 39.76 -
System Red Green Blue C M Y K H S L
Decimal 42 238 118 0.82 0 0.50 0.07 143.27 0.85 0.55
Hex 2A EE 76 52 0 32 7 8F 55 37
Octal 52 356 166 122 0 62 7 217 125 67
Binary 101010 11101110 1110110 1010010 0 110010 111 10001111 1010101 110111

Color Harmonies of #2AEE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEE76

Black with #2AEE76

Text Example


Text Example

White with #2AEE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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