Html Css Color HEX #2DF472 Spring Green

📋 copy color: '#2DF472'

red 45 ◦ green 244 ◦ blue 114

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

Shades of Spring Green #2DF472

Tints of Spring Green #2DF472

RGB

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

 GREEN value IS 244 (95.7% from 255) = 60.55%

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

R = 11.17%
G = 60.55%
B = 28.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#2DF472 (or 0x2DF472) is known color: Spring Green. HEX triplet: 2D, F4 and 72. RGB value is (45,244,114). Sum of RGB (Red+Green+Blue) = 45+244+114=403 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.17% from 403); Green value is 244 (95.70% from 255 or 60.55% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 244 - color contains mainly: green. Hex color #2DF472 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF472 is #D20B8D. Grayscale: #A9A9A9. Windows color (decimal): -13765518 or 7533613. OLE color: 7533613.

HSL color Cylindrical-coordinate representation of color #2DF472: hue angle of 140.8º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF472 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 45 244 114 -
CMYK 0.82 0 0.53 0.04
HSL 140.8º 0.9% 0.57% -
HSV(B) 140.8º 0.82% 0.96% -
XYZ 36.47 66.47 26.83 -
YUV 169.68 96.57 39.07 -
System Red Green Blue C M Y K H S L
Decimal 45 244 114 0.82 0 0.53 0.04 140.8 0.9 0.57
Hex 2D F4 72 52 0 35 4 8D 5A 39
Octal 55 364 162 122 0 65 4 215 132 71
Binary 101101 11110100 1110010 1010010 0 110101 100 10001101 1011010 111001

Color Harmonies of #2DF472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF472

Black with #2DF472

Text Example


Text Example

White with #2DF472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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