Html Css Color HEX #2DFC72 Spring Green

📋 copy color: '#2DFC72'

red 45 ◦ green 252 ◦ blue 114

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

Shades of Spring Green #2DFC72

Tints of Spring Green #2DFC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.74%

R = 10.95%
G = 61.31%
B = 27.74%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#2DFC72 (or 0x2DFC72) is known color: Spring Green. HEX triplet: 2D, FC and 72. RGB value is (45,252,114). Sum of RGB (Red+Green+Blue) = 45+252+114=411 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.95% from 411); Green value is 252 (98.83% from 255 or 61.31% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFC72 is #D2038D. Grayscale: #AEAEAE. Windows color (decimal): -13763470 or 7535661. OLE color: 7535661.

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

Color convert

RGB 45 252 114 -
CMYK 0.82 0 0.55 0.01
HSL 140º 0.97% 0.58% -
HSV(B) 140º 0.82% 0.99% -
XYZ 38.93 71.39 27.65 -
YUV 174.38 93.92 35.72 -
System Red Green Blue C M Y K H S L
Decimal 45 252 114 0.82 0 0.55 0.01 140 0.97 0.58
Hex 2D FC 72 52 0 37 1 8C 61 3A
Octal 55 374 162 122 0 67 1 214 141 72
Binary 101101 11111100 1110010 1010010 0 110111 1 10001100 1100001 111010

Color Harmonies of #2DFC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFC72

Black with #2DFC72

Text Example


Text Example

White with #2DFC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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