Html Css Color HEX #2DF179 Spring Green

📋 copy color: '#2DF179'

red 45 ◦ green 241 ◦ blue 121

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

Shades of Spring Green #2DF179

Tints of Spring Green #2DF179

RGB

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

 GREEN value IS 241 (94.53% from 255) = 59.21%

 BLUE value IS 121 (47.66% from 255) = 29.73%

R = 11.06%
G = 59.21%
B = 29.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#2DF179 (or 0x2DF179) is known color: Spring Green. HEX triplet: 2D, F1 and 79. RGB value is (45,241,121). Sum of RGB (Red+Green+Blue) = 45+241+121=407 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.06% from 407); Green value is 241 (94.53% from 255 or 59.21% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF179 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF179 is #D20E86. Grayscale: #A9A9A9. Windows color (decimal): -13766279 or 7991597. OLE color: 7991597.

HSL color Cylindrical-coordinate representation of color #2DF179: hue angle of 143.27º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF179 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 45 241 121 -
CMYK 0.81 0 0.50 0.05
HSL 143.27º 0.88% 0.56% -
HSV(B) 143.27º 0.81% 0.95% -
XYZ 35.99 64.85 28.71 -
YUV 168.72 101.07 39.76 -
System Red Green Blue C M Y K H S L
Decimal 45 241 121 0.81 0 0.50 0.05 143.27 0.88 0.56
Hex 2D F1 79 51 0 32 5 8F 58 38
Octal 55 361 171 121 0 62 5 217 130 70
Binary 101101 11110001 1111001 1010001 0 110010 101 10001111 1011000 111000

Color Harmonies of #2DF179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF179

Black with #2DF179

Text Example


Text Example

White with #2DF179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,241,121); }

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

background-color css

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

 a { background-color: rgb(45,241,121); }

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

border-color css

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

 span { border-color: rgb(45,241,121); }

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