Html Css Color HEX #2DFD7C Spring Green

📋 copy color: '#2DFD7C'

red 45 ◦ green 253 ◦ blue 124

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

Shades of Spring Green #2DFD7C

Tints of Spring Green #2DFD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 10.66%
G = 59.95%
B = 29.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#2DFD7C (or 0x2DFD7C) is known color: Spring Green. HEX triplet: 2D, FD and 7C. RGB value is (45,253,124). Sum of RGB (Red+Green+Blue) = 45+253+124=422 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.66% from 422); Green value is 253 (99.22% from 255 or 59.95% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFD7C is #D20283. Grayscale: #B0B0B0. Windows color (decimal): -13763204 or 8191277. OLE color: 8191277.

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

Color convert

RGB 45 253 124 -
CMYK 0.82 0 0.51 0.01
HSL 142.79º 0.98% 0.58% -
HSV(B) 142.79º 0.82% 0.99% -
XYZ 39.85 72.26 30.92 -
YUV 176.1 98.59 34.49 -
System Red Green Blue C M Y K H S L
Decimal 45 253 124 0.82 0 0.51 0.01 142.79 0.98 0.58
Hex 2D FD 7C 52 0 33 1 8F 62 3A
Octal 55 375 174 122 0 63 1 217 142 72
Binary 101101 11111101 1111100 1010010 0 110011 1 10001111 1100010 111010

Color Harmonies of #2DFD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFD7C

Black with #2DFD7C

Text Example


Text Example

White with #2DFD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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