Html Css Color HEX #2DF674 Spring Green

📋 copy color: '#2DF674'

red 45 ◦ green 246 ◦ blue 116

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

Shades of Spring Green #2DF674

Tints of Spring Green #2DF674

RGB

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

 GREEN value IS 246 (96.48% from 255) = 60.44%

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

R = 11.06%
G = 60.44%
B = 28.5%

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

#2DF674 (or 0x2DF674) is known color: Spring Green. HEX triplet: 2D, F6 and 74. RGB value is (45,246,116). Sum of RGB (Red+Green+Blue) = 45+246+116=407 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.06% from 407); Green value is 246 (96.48% from 255 or 60.44% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF674 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF674 is #D2098B. Grayscale: #ABABAB. Windows color (decimal): -13765004 or 7665197. OLE color: 7665197.

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

Color convert

RGB 45 246 116 -
CMYK 0.82 0 0.53 0.04
HSL 141.19º 0.92% 0.57% -
HSV(B) 141.19º 0.82% 0.96% -
XYZ 37.19 67.73 27.64 -
YUV 171.08 96.91 38.07 -
System Red Green Blue C M Y K H S L
Decimal 45 246 116 0.82 0 0.53 0.04 141.19 0.92 0.57
Hex 2D F6 74 52 0 35 4 8D 5C 39
Octal 55 366 164 122 0 65 4 215 134 71
Binary 101101 11110110 1110100 1010010 0 110101 100 10001101 1011100 111001

Color Harmonies of #2DF674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF674

Black with #2DF674

Text Example


Text Example

White with #2DF674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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