#2df171

Color #2DF171 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #2DF171

Tints of Spring Green #2DF171

Color information

#2DF171 (or 0x2DF171) is unknown color: approx Spring Green. HEX triplet: 2D, F1 and 71. RGB value is (45,241,113). Sum of RGB (Red+Green+Blue) = 45+241+113=399 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.28% from 399); Green value is 241 (94.53% from 255 or 60.40% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF171 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF171 is #D20E8E. Grayscale: #A8A8A8. Windows color (decimal): -13766287 or 7467309. OLE color: 7467309.

HSL color Cylindrical-coordinate representation of color #2DF171: hue angle of 140.82º 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 #2DF171 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB45241113-
CMYK0.8100.530.05
HSL140.82º87.5%56.08%-
HSV(B)140.82º81.33%94.51%-
XYZ35.5264.6626.23-
YUV167.897.0740.41-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.28%
GREEN value IS 241 (94.53% from 255) = 60.40%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=11.28%
G=60.40%
B=28.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal452411130.8100.530.05140.8287.556.08
Hex2DF1715103558d5838
Octal55361161121065521513070
Binary10110111110001111000110100010110101101100011011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2df171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2df171;
 }
 .AnyTagClassName
 {
   color: #2df171;
 }
</style>
background-color css

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

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

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

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

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

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