#2cf173

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

Shades of Spring Green #2CF173

Tints of Spring Green #2CF173

Color information

#2CF173 (or 0x2CF173) is unknown color: approx Spring Green. HEX triplet: 2C, F1 and 73. RGB value is (44,241,115). Sum of RGB (Red+Green+Blue) = 44+241+115=400 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11% from 400); Green value is 241 (94.53% from 255 or 60.25% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF173 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF173 is #D30E8C. Grayscale: #A8A8A8. Windows color (decimal): -13831821 or 7598380. OLE color: 7598380.

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

Color convert

RGB44241115-
CMYK0.8200.520.05
HSL141.62º87.56%55.88%-
HSV(B)141.62º81.74%94.51%-
XYZ35.5964.6826.83-
YUV167.7398.2339.75-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11%
GREEN value IS 241 (94.53% from 255) = 60.25%
BLUE value IS 115 (45.31% from 255) = 28.75%
R=11%
G=60.25%
B=28.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal442411150.8200.520.05141.6287.5655.88
Hex2CF1735203458e5838
Octal54361163122064521613070
Binary10110011110001111001110100100110100101100011101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cf173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,241,115); }

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

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

 a { background-color: rgb(44,241,115); }

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

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

 span { border-color: rgb(44,241,115); }

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