Html Css Color HEX #2AED74 Spring Green

📋 copy color: '#2AED74'

red 42 ◦ green 237 ◦ blue 116

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

Shades of Spring Green #2AED74

Tints of Spring Green #2AED74

RGB

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

 GREEN value IS 237 (92.97% from 255) = 60%

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 10.63%
G = 60%
B = 29.37%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#2AED74 (or 0x2AED74) is known color: Spring Green. HEX triplet: 2A, ED and 74. RGB value is (42,237,116). Sum of RGB (Red+Green+Blue) = 42+237+116=395 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.63% from 395); Green value is 237 (92.97% from 255 or 60% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 237 - color contains mainly: green. Hex color #2AED74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AED74 is #D5128B. Grayscale: #A5A5A5. Windows color (decimal): -13963916 or 7662890. OLE color: 7662890.

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

Color convert

RGB 42 237 116 -
CMYK 0.82 0 0.51 0.07
HSL 142.77º 0.84% 0.55% -
HSV(B) 142.77º 0.82% 0.93% -
XYZ 34.39 62.32 26.74 -
YUV 164.9 100.4 40.34 -
System Red Green Blue C M Y K H S L
Decimal 42 237 116 0.82 0 0.51 0.07 142.77 0.84 0.55
Hex 2A ED 74 52 0 33 7 8F 54 37
Octal 52 355 164 122 0 63 7 217 124 67
Binary 101010 11101101 1110100 1010010 0 110011 111 10001111 1010100 110111

Color Harmonies of #2AED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AED74

Black with #2AED74

Text Example


Text Example

White with #2AED74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,237,116); }

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

background-color css

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

 a { background-color: rgb(42,237,116); }

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

border-color css

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

 span { border-color: rgb(42,237,116); }

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