Html Css Color HEX #2DFCA2 Medium Spring Green

📋 copy color: '#2DFCA2'

red 45 ◦ green 252 ◦ blue 162

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

Shades of Medium Spring Green #2DFCA2

Tints of Medium Spring Green #2DFCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.29%

R = 9.8%
G = 54.9%
B = 35.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#2DFCA2 (or 0x2DFCA2) is known color: Medium Spring Green. HEX triplet: 2D, FC and A2. RGB value is (45,252,162). Sum of RGB (Red+Green+Blue) = 45+252+162=459 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.80% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFCA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFCA2 is #D2035D. Grayscale: #B3B3B3. Windows color (decimal): -13763422 or 10681389. OLE color: 10681389.

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

Color convert

RGB 45 252 162 -
CMYK 0.82 0 0.36 0.01
HSL 153.91º 0.97% 0.58% -
HSV(B) 153.91º 0.82% 0.99% -
XYZ 42.41 72.79 46 -
YUV 179.85 117.92 31.82 -
System Red Green Blue C M Y K H S L
Decimal 45 252 162 0.82 0 0.36 0.01 153.91 0.97 0.58
Hex 2D FC A2 52 0 24 1 9A 61 3A
Octal 55 374 242 122 0 44 1 232 141 72
Binary 101101 11111100 10100010 1010010 0 100100 1 10011010 1100001 111010

Color Harmonies of #2DFCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFCA2

Black with #2DFCA2

Text Example


Text Example

White with #2DFCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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