Html Css Color HEX #2DF78D Spring Green

📋 copy color: '#2DF78D'

red 45 ◦ green 247 ◦ blue 141

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

Shades of Spring Green #2DF78D

Tints of Spring Green #2DF78D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 57.04%

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 10.39%
G = 57.04%
B = 32.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#2DF78D (or 0x2DF78D) is known color: Spring Green. HEX triplet: 2D, F7 and 8D. RGB value is (45,247,141). Sum of RGB (Red+Green+Blue) = 45+247+141=433 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.39% from 433); Green value is 247 (96.88% from 255 or 57.04% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF78D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF78D is #D20872. Grayscale: #AEAEAE. Windows color (decimal): -13764723 or 9303853. OLE color: 9303853.

HSL color Cylindrical-coordinate representation of color #2DF78D: hue angle of 148.51º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF78D is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 45 247 141 -
CMYK 0.82 0 0.43 0.03
HSL 148.51º 0.93% 0.57% -
HSV(B) 148.51º 0.82% 0.97% -
XYZ 39.15 69 36.45 -
YUV 174.52 109.08 35.62 -
System Red Green Blue C M Y K H S L
Decimal 45 247 141 0.82 0 0.43 0.03 148.51 0.93 0.57
Hex 2D F7 8D 52 0 2B 3 95 5D 39
Octal 55 367 215 122 0 53 3 225 135 71
Binary 101101 11110111 10001101 1010010 0 101011 11 10010101 1011101 111001

Color Harmonies of #2DF78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF78D

Black with #2DF78D

Text Example


Text Example

White with #2DF78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,247,141); }

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

background-color css

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

 a { background-color: rgb(45,247,141); }

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

border-color css

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

 span { border-color: rgb(45,247,141); }

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