Html Css Color HEX #2DF474 Spring Green

📋 copy color: '#2DF474'

red 45 ◦ green 244 ◦ blue 116

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

Shades of Spring Green #2DF474

Tints of Spring Green #2DF474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.64%

R = 11.11%
G = 60.25%
B = 28.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#2DF474 (or 0x2DF474) is known color: Spring Green. HEX triplet: 2D, F4 and 74. RGB value is (45,244,116). Sum of RGB (Red+Green+Blue) = 45+244+116=405 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.11% from 405); Green value is 244 (95.70% from 255 or 60.25% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 244 - color contains mainly: green. Hex color #2DF474 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF474 is #D20B8B. Grayscale: #AAAAAA. Windows color (decimal): -13765516 or 7664685. OLE color: 7664685.

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

Color convert

RGB 45 244 116 -
CMYK 0.82 0 0.52 0.04
HSL 141.41º 0.9% 0.57% -
HSV(B) 141.41º 0.82% 0.96% -
XYZ 36.59 66.52 27.43 -
YUV 169.91 97.57 38.91 -
System Red Green Blue C M Y K H S L
Decimal 45 244 116 0.82 0 0.52 0.04 141.41 0.9 0.57
Hex 2D F4 74 52 0 34 4 8D 5A 39
Octal 55 364 164 122 0 64 4 215 132 71
Binary 101101 11110100 1110100 1010010 0 110100 100 10001101 1011010 111001

Color Harmonies of #2DF474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF474

Black with #2DF474

Text Example


Text Example

White with #2DF474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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