Html Css Color HEX #2DEC7A Spring Green

📋 copy color: '#2DEC7A'

red 45 ◦ green 236 ◦ blue 122

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

Shades of Spring Green #2DEC7A

Tints of Spring Green #2DEC7A

RGB

 RED value IS 45 (17.97% from 255) = 11.17%

 GREEN value IS 236 (92.58% from 255) = 58.56%

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

R = 11.17%
G = 58.56%
B = 30.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#2DEC7A (or 0x2DEC7A) is known color: Spring Green. HEX triplet: 2D, EC and 7A. RGB value is (45,236,122). Sum of RGB (Red+Green+Blue) = 45+236+122=403 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.17% from 403); Green value is 236 (92.58% from 255 or 58.56% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DEC7A is #D21385. Grayscale: #A6A6A6. Windows color (decimal): -13767558 or 8055853. OLE color: 8055853.

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

Color convert

RGB 45 236 122 -
CMYK 0.81 0 0.48 0.07
HSL 144.19º 0.83% 0.55% -
HSV(B) 144.19º 0.81% 0.93% -
XYZ 34.59 61.95 28.55 -
YUV 165.9 103.22 41.77 -
System Red Green Blue C M Y K H S L
Decimal 45 236 122 0.81 0 0.48 0.07 144.19 0.83 0.55
Hex 2D EC 7A 51 0 30 7 90 53 37
Octal 55 354 172 121 0 60 7 220 123 67
Binary 101101 11101100 1111010 1010001 0 110000 111 10010000 1010011 110111

Color Harmonies of #2DEC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEC7A

Black with #2DEC7A

Text Example


Text Example

White with #2DEC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,236,122); }

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

background-color css

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

 a { background-color: rgb(45,236,122); }

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

border-color css

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

 span { border-color: rgb(45,236,122); }

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