Html Css Color HEX #2AEA76 Spring Green

📋 copy color: '#2AEA76'

red 42 ◦ green 234 ◦ blue 118

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

Shades of Spring Green #2AEA76

Tints of Spring Green #2AEA76

RGB

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

 GREEN value IS 234 (91.8% from 255) = 59.39%

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

R = 10.66%
G = 59.39%
B = 29.95%

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

#2AEA76 (or 0x2AEA76) is known color: Spring Green. HEX triplet: 2A, EA and 76. RGB value is (42,234,118). Sum of RGB (Red+Green+Blue) = 42+234+118=394 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.66% from 394); Green value is 234 (91.80% from 255 or 59.39% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEA76 is #D51589. Grayscale: #A3A3A3. Windows color (decimal): -13964682 or 7793194. OLE color: 7793194.

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

Color convert

RGB 42 234 118 -
CMYK 0.82 0 0.50 0.08
HSL 143.75º 0.82% 0.54% -
HSV(B) 143.75º 0.82% 0.92% -
XYZ 33.65 60.65 27.07 -
YUV 163.37 102.39 41.43 -
System Red Green Blue C M Y K H S L
Decimal 42 234 118 0.82 0 0.50 0.08 143.75 0.82 0.54
Hex 2A EA 76 52 0 32 8 90 52 36
Octal 52 352 166 122 0 62 10 220 122 66
Binary 101010 11101010 1110110 1010010 0 110010 1000 10010000 1010010 110110

Color Harmonies of #2AEA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEA76

Black with #2AEA76

Text Example


Text Example

White with #2AEA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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