Html Css Color HEX #2DFC80 Spring Green

📋 copy color: '#2DFC80'

red 45 ◦ green 252 ◦ blue 128

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

Shades of Spring Green #2DFC80

Tints of Spring Green #2DFC80

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.29%

 BLUE value IS 128 (50.39% from 255) = 30.12%

R = 10.59%
G = 59.29%
B = 30.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#2DFC80 (or 0x2DFC80) is known color: Spring Green. HEX triplet: 2D, FC and 80. RGB value is (45,252,128). Sum of RGB (Red+Green+Blue) = 45+252+128=425 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.59% from 425); Green value is 252 (98.83% from 255 or 59.29% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFC80 is #D2037F. Grayscale: #B0B0B0. Windows color (decimal): -13763456 or 8453165. OLE color: 8453165.

HSL color Cylindrical-coordinate representation of color #2DFC80: hue angle of 144.06º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFC80 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 45 252 128 -
CMYK 0.82 0 0.49 0.01
HSL 144.06º 0.97% 0.58% -
HSV(B) 144.06º 0.82% 0.99% -
XYZ 39.79 71.74 32.17 -
YUV 175.97 100.92 34.58 -
System Red Green Blue C M Y K H S L
Decimal 45 252 128 0.82 0 0.49 0.01 144.06 0.97 0.58
Hex 2D FC 80 52 0 31 1 90 61 3A
Octal 55 374 200 122 0 61 1 220 141 72
Binary 101101 11111100 10000000 1010010 0 110001 1 10010000 1100001 111010

Color Harmonies of #2DFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFC80

Black with #2DFC80

Text Example


Text Example

White with #2DFC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,252,128); }

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

background-color css

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

 a { background-color: rgb(45,252,128); }

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

border-color css

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

 span { border-color: rgb(45,252,128); }

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