Html Css Color HEX #2DFD80 Spring Green

📋 copy color: '#2DFD80'

red 45 ◦ green 253 ◦ blue 128

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

Shades of Spring Green #2DFD80

Tints of Spring Green #2DFD80

RGB

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

 GREEN value IS 253 (99.22% from 255) = 59.39%

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

R = 10.56%
G = 59.39%
B = 30.05%

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

#2DFD80 (or 0x2DFD80) is known color: Spring Green. HEX triplet: 2D, FD and 80. RGB value is (45,253,128). Sum of RGB (Red+Green+Blue) = 45+253+128=426 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.56% from 426); Green value is 253 (99.22% from 255 or 59.39% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFD80 is #D2027F. Grayscale: #B0B0B0. Windows color (decimal): -13763200 or 8453421. OLE color: 8453421.

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

Color convert

RGB 45 253 128 -
CMYK 0.82 0 0.49 0.01
HSL 143.94º 0.98% 0.58% -
HSV(B) 143.94º 0.82% 0.99% -
XYZ 40.1 72.37 32.28 -
YUV 176.56 100.59 34.16 -
System Red Green Blue C M Y K H S L
Decimal 45 253 128 0.82 0 0.49 0.01 143.94 0.98 0.58
Hex 2D FD 80 52 0 31 1 90 62 3A
Octal 55 375 200 122 0 61 1 220 142 72
Binary 101101 11111101 10000000 1010010 0 110001 1 10010000 1100010 111010

Color Harmonies of #2DFD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFD80

Black with #2DFD80

Text Example


Text Example

White with #2DFD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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